From: John Napiorkowski Date: Mon, 13 Feb 2012 16:50:35 +0000 (-0500) Subject: updated readme X-Git-Tag: 1.001014^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=90bb06e29c345f4530114eb97c63fc4109e9d248;p=dbsrgits%2FDBIx-Class-Fixtures.git updated readme --- diff --git a/Changes b/Changes index af2a90a..9a34a67 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for DBIx-Class-Fixtures +1.001014 +- Allow you to perform value substitutions inside config-sets +- Added a framework to allow you to backup / restore data external to the + database as part of your fixtures. Added an external handler for File + based data, and docs and tests for this. + 1.001013 - fixed functionality in last release by more deeply cloning parameters, which prevents bad things when parameters get deleted in the wrong places. Also