Revision history for MongoDBx::Class

0.4       2011-01-11 22:25:54 Asia/Jerusalem
	- Added the _attributes method to document objects (standalone/embedded)
	- Added the ParsedAttribute role and the ParsedAttribute::DateTime class for
	      document attributes that are automatically expanded and collapsed by MongoDBx::Class
	- Added the Parsed attribute trait to allow setting document attributes
	      that are parsed by ParsedAttribute classes
	- Fixed some POD mistakes in the docs
	- Improved the documentation a bit
	- insert and batch_insert shouldn't enforce only inserting hash-refs
	- Fixed bug in MongoDBx::Class::Collection->update where the wrong function argument was collapsed
	- Fixed bug in MongoDBx::Class::Collection->find_one where searching by string OID didn't work
	- Updated test suite with new features

0.3       2010-12-26 12:15:03 Asia/Jerusalem
	- Fixed typos, errors and mistakes in the distribution's documentation
	- Added another item to the CAVEATS AND THINGS TO CONSIDER section of MongoDBx/Class.pm
	- Temporarily added a bypass for the test problem until I can figure
	  out what's the problem.

0.2       2010-12-25 23:13:25 Asia/Jerusalem
	- Fixed bug preventing tests from loading the test schema

0.1       2010-12-25 20:40:15 Asia/Jerusalem
	- Initial release