Fix use of merge() to work with newer Hash::Merge
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 82ca4a7..3fc6f80 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - Fix for PostgreSQL enums not in the schema search path (RT#123234)
+        - Fix 'default now()' test for PostgreSQL v10
+
+0.07047  2017-05-26
         - Avoid upcoming DBIC warning on implicit SELECT * invocation
           (RT#118178)
         - Improve moniker_map and col_accessor_map coderef documentation (GH#7)