From: John Napiorkowski Date: Tue, 22 Feb 2011 02:37:51 +0000 (-0500) Subject: updated changes to reflect latest bugfix X-Git-Tag: 1.001011^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c4380dfaf51a3dfacbd5290323a8c318cd78135a;p=dbsrgits%2FDBIx-Class-Fixtures.git updated changes to reflect latest bugfix --- diff --git a/Changes b/Changes index ce585ec..8b5b4a1 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,7 @@ Revision history for DBIx-Class-Fixtures - Allow you to directly set a configuration via a Perl HashRef instead of a JSON file. Useful for testing and when you have simple or generated configs. - New option to force use of ->create rather than ->populate. +- Fixed a bug in the test suite that would fail on certain JSON parsers 1.001010 - Fixed docs to use double quotes which is valid JSON