Changeset 527 for elixir

Show
Ignore:
Timestamp:
09/02/10 09:57:41 (21 months ago)
Author:
ged
Message:

move changes from 0.7.1 where they belong (instead of being reported as 0.8)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/CHANGES

    r526 r527  
    44- Better support for Python 3.x by running 2to3 within setup (patch by 
    55  "foogod", closes #110). 
     6 
     7Changes: 
     8- Dropped support for python 2.3, SQLAlchemy 0.4 and deprecated stuff from 
     9  Elixir 0.7 
     10 
     11Bug fixes: 
     12- Fixed a few tests to work on SA 0.6.x 
     13 
     140.7.1 - 2009-11-16 
     15 
     16New features: 
    617- Entities can now be declared "abstract" so that they do not create a table, 
    718  etc... This allows, among others, an entity to inherit from multiple abstract 
     
    1829- using_options_defaults and using_table_options statements can be used several 
    1930  times within the same class (closes #70). 
    20 - Dropped support for python 2.3, SQLAlchemy 0.4 and deprecated stuff from 
    21   Elixir 0.7 
    2231 
    2332Bug fixes: 
     
    2635- Fixed having relationships in custom base classes (based on patch 
    2736  by Stéphane Klein) 
    28 - Fixed a few tests to work on SA 0.6.x 
    2937 
    30380.7.0 - 2009-10-01