#-*- Mode: ChangeLog -*-

v0.12 Tue, 05 Jul 2016 15:18:27 +0200 moocow
	* use Test::More for tests

v0.11 Thu, 23 Jun 2016 15:53:20 +0200 moocow
	* added missing NAME section to CQCount.pod
	* allow pseudo-members with only a 'set' method (e.g. for importing ddc-produced JSON)
	* DDC::PP-compatiblity fixes (HitSortEnumStrings)
	* raised CQFContextSort::MatchId, Offset to API-level (otherwise inaccessible -> JSON import failed)

v0.10 Thu, 02 Jun 2016 15:02:37 +0200 moocow
	* updated for ddc-2.0.43: added CQWithor

v0.09 Wed, 24 Feb 2016 09:13:19 +0100 moocow
	* added CONFIGURE_REQUIRES to fix RT bug #112321

v0.08 Mon, 22 Feb 2016 15:56:45 +0100
	* use new Alien::DDC::Concordance for c++ library dependency

v0.07 Thu, 05 Nov 2015 11:07:09 +0100 moocow
	* removed stray MYMETA.yml from MANIFEST (fixes RT bug #108165)

v0.06 Mon, 28 Sep 2015 14:52:45 +0200 moocow
	* first CPAN release (dev release looks ok)

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