~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: James Henstridge
  • Date: 2009-03-04 17:59:54 UTC
  • Revision ID: james@jamesh.id.au-20090304175954-w3nggkln3qf3nhrv
Add a NEWS entry about the transaction manager changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
   possible.
12
12
 - A new UUID property type has been added.  It depends on the uuid
13
13
   module introduced in Python 2.5 to represent values.
 
14
 - The StoreDataManager now gets passed a transaction manager from the
 
15
   ZStorm utility.  This will make it easier to support non-default
 
16
   transaction managers in the future.
14
17
 
15
18
Bug fixes
16
19
---------