Changeset 392 for elixir/trunk/CHANGES

Show
Ignore:
Timestamp:
08/18/08 18:41:51 (4 years ago)
Author:
ged
Message:

update changelog, prepare for release

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/CHANGES

    r386 r392  
    1 0.6.1 
     10.6.1 - 2008-08-18 
    22 
    33New features: 
     
    66  resorting to using the ugly "column_kwargs" (patch from Jason R. Coombs, 
    77  closes #39). 
    8 - extra args and kwargs to Synonym and ColumnProperty are forwarded to their 
    9   underlying constructs 
    10  
    11 Changes: 
    12 - removed support for the deprecated with_fields syntax 
    13  
    14 Bug fixes: 
    15 - fixed the "Target resolves to several entities" exception message to actually 
     8- Extra args and kwargs to Synonym and ColumnProperty are forwarded to their 
     9  underlying constructs. This allows for example deferred ColumnProperties. 
     10- Added a more helpful assertion message when inverse relationship types don't 
     11  match. 
     12 
     13Changes: 
     14- Removed support for the deprecated "with_fields" syntax 
     15- Entity.__init__ calls Entity.set instead of duplicating its functionality 
     16 
     17Bug fixes: 
     18- Fixed the "Target resolves to several entities" exception message to actually 
    1619  include the target name. 
     20- Renamed the on_reconstitute method decorator to reconstructor, to track the 
     21  corresponding change in SA's trunk. 
    1722 
    18230.6.0 - 2008-07-18