#-*- Mode: ChangeLog -*-

v0.05 Wed, 27 May 2015 12:40:38 +0200 moocow
	* added CQuery methods optionsToString(), toStringFull()

v0.04 2015-05-20 moocow
	* CQCount doc fixes
	* default arguments for CQSeq::new()
	* MANIFEST, dist testing

v0.03 2015-05-12 moocow
	* added support for CQKeys class (ddc v2.0.38-pre4)

v0.02 2015-04-21 moocow
	* requires DDC >= v2.0.38-pre2
	* added DDC::XS::Object base class for perl<->c encoding/decoding
	* added query object substructure
	  - C++ class wrappers use ExtUtils::XSpp
	  - *.xsp are generated by local script xspp/h2xspp.perl then edited
	  - reference counting is simulated using new ddcObject base class m_User field
	    ~ this should really use perl refcounts directly, but then nested references
	      don't work properly -- the "right" way to do it is probably xs-level pack/unpack,
	      but the proxy refcounts seem to work too.
	* wrote tests


v0.01 2014-12-04 moocow
	* initial version