Silence warnings from pure-perl Cwd::abs_path()
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index cb6e830..0a0ff6a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - Restore support for PostgreSQL 8.3 (RT#87291)
+        - Fix t/23dumpmore on perl 5.8.8 and earlier
+        - Silence warnings from pure-perl Cwd::abs_path()
+
 0.07036_02 2013-09-25
         - Skip many_to_many bridges involving might_have relationships