dyaml/CHANGES.txt
2011-10-15 18:28:34 +02:00

20 lines
560 B
Plaintext

0.2.0:
- FEATURES/IMPROVEMENTS:
- Implemented YAML emitter, and related unittests/documentation.
- Tags are now stored in nodes, allowing D:YAML to be closer to the
specification.
- Loader API has been broken to make it more extensible in future -
Representer and Constructor are no more specified in the constructor,
and the load() shortcut functions have been removed, as all that's needed to
load a YAML document now is Loader("file.yaml").load() .
- BUGFIXES:
- Fixed many bugs in the parser, scanner, composer and constructor.