* Tue Oct 14 2014 coolo@suse.com
- updated to version 1.0.4, no changelog
* Mon Oct 13 2014 adrian@suse.de
- adapt to new rubygem packaging style
* Sun May 18 2014 coolo@suse.com
- updated to version 1.0.3
- added warning when using Psych + an older version of libyaml
* Mon Jan 20 2014 coolo@suse.com
- updated to version 1.0.1
- fixed handling for strings that look like (invalid) dates
* Sun Jan 05 2014 coolo@suse.com
- updated to version 1.0.0
- updated date parsing to use local timezone
- **now requiring "safe_yaml/load" provides `SafeYAML.load` without clobbering `YAML`**
- fixed handling of empty files
- fixed some (edge case) integer parsing bugs
- fixed some JRuby-specific issues
* Thu Oct 10 2013 coolo@suse.com
- updated to version 0.9.7
- made handling of document frontmatter more robust
- added more descriptive message to the warning for omitting the :safe option
- fixed handling of files with trailing content (after closing `---`)
* Wed Aug 07 2013 coolo@suse.com
- updated to version 0.9.5
- fixed permissions AGAIN
* Sat Jul 20 2013 coolo@suse.com
- updated to version 0.9.4
- corrected handling of symbols
- fixed permissions :(
* Fri Jun 07 2013 coolo@suse.com
- updated to version 0.9.3
* Mon Jun 03 2013 coolo@suse.com
- updated to version 0.9.2
- fixed error w/ parsing "!" when whitelisting tags
- fixed parsing of the number 0 (d'oh!)
* Sat May 25 2013 coolo@suse.com
- initial package