updated changelog and version
John Napiorkowski [Mon, 21 Feb 2011 16:21:55 +0000 (11:21 -0500)]
Changes
lib/DBIx/Class/Fixtures.pm

diff --git a/Changes b/Changes
index 4bddce9..ce585ec 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for DBIx-Class-Fixtures
 
+1.001011
+- Added an excludes resultsource option to the ->dump({all=>1,...}) feature
+- 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.
+
 1.001010
 - Fixed docs to use double quotes which is valid JSON
 
index 395e923..b946e83 100644 (file)
@@ -26,11 +26,11 @@ __PACKAGE__->mk_group_accessors( 'simple' => qw/config_dir
 
 =head1 VERSION
 
-Version 1.001010
+Version 1.001011
 
 =cut
 
-our $VERSION = '1.001010';
+our $VERSION = '1.001011';
 
 =head1 NAME