---
- version: 0.27
  date: 2002-09-24
  changes:
    - better error handling
    - removed spurious spaces from specs.yml
    - use a true FileStream class vs. reading in entire file up front
---
- version: 0.26
  date: 2002-09-23
  changes:
    - support to_yaml() when you inherit from Python's dict class
    - move implicit and inline logic into own modules
    - require space after comma for inline collections (Brian Dorsey)
    - only call user's resolver for !!private types
    - don't choke on !str, etc. (but doesn't yet respect them)
    - fixed bugs in loader/dumper related to integer dict keys (Joel Shprentz)
---
- version: 0.25
  date: 2002-08-21
  changes:
    - extensive refactorings on dumper
    - Dumper class made public
    - new interface for setIndent and setSort
    - added Dave Kuhlman's XmlYaml stuff
    - limiting support to Python 2.2 and above


