Show
Ignore:
Timestamp:
09/01/08 16:27:32 (19 months ago)
Author:
jwage
Message:

Releasing Doctrine 1.0

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/CHANGELOG

    r4854 r4868  
     11.0.0 
     2----- 
     3     * [r4854] Releasing Doctrine-1.0.0-RC2 
     4     * [r4855] new article 
     5     * [r4857] Dropped hasOne(string, string) and hasMany(string, string) in favor to hasOne(string, array) and hasMany(string, array) support. Backward compatibility ( 
     6     * [r4858] fixes #1394. Thanks for the patch! 
     7     * [r4859] Adding coverage for #1390 
     8     * [r4860] Switching order for #1390 
     9     * [r4861] Adding coverage for #1335 
     10     * [r4862] fixes #1335 - Throw an exception when Doctrine_Query::execute() is called with no from parts 
     11     * [r4863] Moving exception to top of function 
     12     * [r4864] Added coverage for #1326 
     13     * [r4865] fixes #1081 - Added pre/postValidate() support 
     14 
    1151.0.0-RC2 
    216---------