~therve/storm/read-only-store

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: James Henstridge
  • Date: 2010-04-16 09:46:32 UTC
  • Revision ID: james@jamesh.id.au-20100416094632-eueodixxud2hed40
Add a NEWS item for the last commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
Improvements
5
5
------------
 
6
 - The Store and Connection classes have block_access() and
 
7
   unblock_access() methods that can be used to block access to the
 
8
   database connection.  This can be used to ensure that an
 
9
   application doesn't access the database at unexpected times.
6
10
 
7
11
Bug fixes
8
12
---------