Changeset 71

Show
Ignore:
Timestamp:
12/10/06 12:05:25 (2 years ago)
Author:
schst
Message:

Updated changelog

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/package.php

    r51 r71  
    4141 */ 
    4242$notes = <<<EOT 
    43 Feature addition: 
    44 This release enables using class loaders for differant namespaces which allows to load classes 
    45 at runtime of the XmlParser instead of having to load all classes before parsing the xml files. 
    46 Bugfix: 
    47 The ConstructorValueConverter now works with all examples. 
     43Feature additions: 
     44- New feature to define abstract tags, which enables yo to define the concrete type in the tag instead of the definition (mikey) 
     45- It is no possible to define an explicit setter method for character data inside a tag (schst) 
     46- Added several unit tests (mikey) 
     47Bugfixes: 
     48- Fixed bug #6: Enable factory methods without parameters in PHP 5.0.x (schst) 
     49- Fixed bug #7: check, whether factory method can be called statically (schst) 
    4850EOT; 
    4951