mxml/CHANGES

27 lines
478 B
Plaintext
Raw Normal View History

README - 06/03/2003
-------------------
2003-06-04 01:23:21 +00:00
CHANGES IN Mini-XML 0.93
- mxmlLoadFile() now correctly handles comments.
2003-06-04 01:26:34 +00:00
- mxmlLoadFile() now supports the "gt" and "nbsp"
character entities.
- mxmlSaveFile() now uses newlines as whitespace
when valid to do so.
2003-06-04 01:23:21 +00:00
2003-06-04 00:25:59 +00:00
CHANGES IN Mini-XML 0.92
- mxmlSaveFile() didn't return a value on success.
CHANGES IN Mini-XML 0.91
- mxmlWalkNext() would go into an infinite loop.
CHANGES IN Mini-XML 0.9
- Initial public release.