update Changes with Pg defaults fixes
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index a38b46f..9925959 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - handle <type> DEFAULT NULL for Pg
+        - handle boolean DEFAULT 0::boolean for Pg
         - config file support for dbicdump script
         - added filter_generated_code option (RT#53841)
         - generic table and column comments support