Revision history for Perl extension YAML::Tiny

0.10  Thu 24 Aug 2006
	- Added double-quote support, making YAML::Tiny a lot more usable
	- Added Load and Dump for YAML.pm compatibility
	- Added tests for verifying compatibility with YAML::Syck

0.06  Sun  9 Jul 2006
	- Added more tests

0.05  Sat  8 Jul 2006
	- Added support for nested inline hashes (parse only)
	- Added support for naked undef array and hash entries
	- Can now handle sample Plagger configs from Miyagawa-san's talk
	- Can now handle vanilla.yml from Perl::Dist::Vanilla

0.04  Sat  8 Jul 2006
	- Added support for implicit document start for array/hash types
	- Added support for colons in hash keys
	- Added support for simple single quotes
	- Can now handle our own META.yml file

0.03  Sat  8 Jul 2006
	- Got all of the trivial test cases to pass
	- Good enough for an initial usable release, but still expected to fail a lot

0.02  Thu 26 Apr 2006
	- Added support for a single root-level hash
	- Correcting POD bugs

0.01  Wed 26 Apr 2006
	- Initial version
	- Handles only document headers and non-wrapping scalar documents