updated readme 1.001014
John Napiorkowski [Mon, 13 Feb 2012 16:50:35 +0000 (11:50 -0500)]
Changes

diff --git a/Changes b/Changes
index af2a90a..9a34a67 100644 (file)
--- 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