Changeset 322 for elixir/trunk/CHANGES

Show
Ignore:
Timestamp:
04/23/08 11:56:12 (5 years ago)
Author:
ged
Message:

- Added two new methods on the base entity: from_dict and to_dict, which can

be used to create (or output) a whole hierarchy of instances from (to) a
simple JSON-like dictionary notation (patch from Paul Johnston,
closes ticket #40).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • elixir/trunk/CHANGES

    r319 r322  
    110.5.3 
     2 
     3New features: 
     4- Added two new methods on the base entity: from_dict and to_dict, which can 
     5  be used to create (or output) a whole hierarchy of instances from (to) a 
     6  simple JSON-like dictionary notation (patch from Paul Johnston, 
     7  closes ticket #40). 
    28 
    39Bug fixes: