~free.ekanayaka/storm/any-expr

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Jamu Kakar
  • Date: 2009-11-29 00:42:19 UTC
  • Revision ID: jkakar@kakar.ca-20091129004219-urbeb0bg5t92nuuk
- The Cache instance created for a Store instance, when one isn't
  explicitly provided, no longer specifies a size.  The size
  specified by the Cache, 1000 items, is used instead.  The
  docstring for Store.__init__ has been updated to reflect this
  change [trivial].

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 - Check for invalidated state when returning the remote object of a
37
37
   relation: it fixes a bug if the local key of the Reference is the
38
38
   primary key (bug #435962).
 
39
 - The default Cache instance created for a Store honours Cache's
 
40
   default size.  Store's docstring has been updated to reflect
 
41
   this (bug #374180).
39
42
 
40
43
 
41
44
0.15 (2009-08-07)