Changeset 459

Show
Ignore:
Timestamp:
09/17/09 13:58:23 (4 years ago)
Author:
ged
Message:

update CHANGES

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/CHANGES

    r458 r459  
    1 0.7.0 
     10.7.0 - 2009-09-xx 
    22 
    33Please see http://elixir.ematia.de/trac/wiki/Migrate06to07 for detailed 
     
    2424  can target unique but non-primary key columns. At the moment, this only works 
    2525  if the target column is declared before the ManyToOne (see ticket #26). 
    26 - Added new column_names argument to the acts_as_versioned extension, allowing 
    27   to specify custom column names (inspired by a patch by Alex Bodnaru). 
     26- Added new "column_names" argument to the acts_as_versioned extension, 
     27  allowing to specify custom column names (inspired by a patch by 
     28  Alex Bodnaru). 
     29- Made M2MCOL_NAMEFORMAT option accept a callable, so that more complex naming 
     30  generation can be used if so desired. 
    2831- Added two new extensions (contributed by Alex Bodnaru) 
    2932  - "perform_ddl" allows to execute one or several DDL statements upon table 
     
    5154 
    5255Bug fixes: 
    53 - Changed the pattern used to generate column names for all ManyToMany 
    54   relationships so that the meaning of bidirectional 
     56- Changed the pattern used by default to generate column names for (all) 
     57  ManyToMany relationships so that the meaning of bidirectional 
    5558  self-referential relationships does not depend on the order of declaration 
    5659  of each side (closes #69). See upgrade notes for details.