Changeset 314 for elixir/trunk/CHANGES

Show
Ignore:
Timestamp:
03/28/08 20:38:29 (4 years ago)
Author:
ged
Message:

prepare for release

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/CHANGES

    r309 r314  
    1 0.5.2 
    2 Changes: 
    3 - Made Elixir python 2.3 compatible again (based on a patch from  
     10.5.2 - 2008-03-28 
     2 
     3New features: 
     4- Added an optional `check_concurrency` keyword argument to the versioning  
     5  extension, supporting the usage of SQLAlchemy's built-in optimistic  
     6  concurrency check. 
     7 
     8Changes: 
     9- Made Elixir python 2.3 compatible again (based on patches from  
    410  Jason R. Coombs) 
    511 
     
    713- Fixed act_as_list extension to work with DBMS that require subselects to be 
    814  aliased (patch by Alice McGregor) 
     15- Fixed the versioning extension so that the history table is updated within 
     16  the current transaction (patch from and closes ticket #35). 
    917 
    10180.5.1 - 2008-02-07