From: John Napiorkowski Date: Wed, 2 Mar 2011 15:45:02 +0000 (-0500) Subject: more changelog stuff X-Git-Tag: 1.001012~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7d34449f31ac0b8bb48330b28ff54ae29194c552;p=dbsrgits%2FDBIx-Class-Fixtures.git more changelog stuff --- diff --git a/Changes b/Changes index 41e2d9b..e193148 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,8 @@ Revision history for DBIx-Class-Fixtures - Added new method 'available_config_sets' which returns and caches a list of all the json set configs found in the 'config_dir' directory. This was added to make it easier when you need to dump all the fixtures programatically. +- Added method 'dump_config_sets' to let you dump more than one set at a time + more easily - Added method 'dump_all_config_sets' which helps automate dumping all your current config sets to a directory.