--- %YAML:1.0
- version: 0.9.1
  date: 2007-07-15
  status: beta
  changes:
    - fixed handling of invalid merge-references [pecl#11585]
    - fixed tsrm-incompatibility introduced in 0.9
    - added support for timestamps in syck_load
    - added support for DateTime in syck_dump
    - fixed dumping of associative-arrays

- version: 0.9
  date: 2007-07-11
  status: beta
  changes:
    - this is the first release in PECL
    - added several unit-tests
    - fixed a bunch of vartype-errors
    - added support for sexagesimal numbers

- version: 0.3
  date: 2007-07-04
  changes:
    - added emitter functionality
    - new function: "string syck_dump(mixed data)"

- version: 0.2
  date: 2007-03-05
  changes:
    - PHP5 is a requirement now
    - Removed a lof ot memory leaks
    - SyckException (derived from SPL's UnexpectedValueException) is thrown in case of parse-error
    - MacOS-X compatibility
    - ZTS-related fixes
    - Report versions of extension and library in phpinfo()
    - Cleaner, PECL-style compliant source

- version: 0.1
  date: 2003-09-24
  changes:
    - WhyTheLuckyStiff's initial implementation
