Revision history for Perl extension WebService::MusicBrainz.

0.01  Mon Apr 24 23:43:14 2006
	- original version; created by h2xs 1.23 with options
		-AXn WebService::MusicBrainz

0.02  Thu Apr 27 2006
        - Improved documentation
	- Removed debug print statement
	- Added factory object WebService::MusicBrainz
	- Improved test cases, added Factory.t test script
	- include META.yml which was missing originally
	- Remove .swp file accidentally left in distribution

0.03 Wed Sep 27 2006
        - RT Bug 21511 fix (Thomas Adamcik)
        - RT Bug 21755 fix (Powder)

0.04 Wed Nov 15 2006
	- Added feature for alternate mirrored host
	- Added more response objects to more closly match schema
	- Much closer to spec compliant (Schema: musicbrainz_mmd-1.0rc5.rng)

0.05 Thu Nov 16 2006
	- Some test were failing so I corrected those and added a few more

0.06 Mon Nov 26 2006
	- Incomplete MANIFEST file causing failures

0.07 Tue Feb 13 2007
	- Failing test due to data change, test corrected (HairMetalAddict)

0.08 Web Apr 25 2007
	- Another test was failing due to data change.

0.09 Sun May 13 2007
        - Switched XML parsing from XML::Twig to XML::LibXML
	- Converted packaging to Module::Build with ExtUtils::MakeMaker compatibility
        - Fixed failing test in Release.t

0.10 Mon May 28 2007
	- RT Bug 27287 fix (Ron Kuper)
	- More tests to check offsets are usable
	- Set user agent string

0.11 Mon Jul 9 2007
	- LWP::UserAgent proxy enabled - Michael Ablassmeier
	- Fix bug with Response.pm - Michael Ablassmeier
	- Fixed failing tests in Release.t

0.12 Thu Nov 15 2007
	- More compliant with 1.2 MMD Schema
	- Added "label" support and test cases
	- Fixed test case count in Release.t

0.13 Sun Dec 2 2007
	- Fixed failing tests in Release.t

0.14 Mon Dec 3 2007
	- Fixed test count in Release.t

0.15 Mon Dec 3 2007
	- Added "URI" to required modules in Build.PL