Fix deploy and relationship traversal on partial schemas
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index c4256b9..ce5c4a9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,21 @@
 Revision history for DBIx::Class
 
+    * New Features / Changes
+        - DBIx::Class now warns when the user erroneously supplies
+          AutoCommit => 0 to connect()
+        - A warning is also issued before forcing the RaiseError
+          setting of externally supplied DBI handles
+
     * Fixes
         - Throw comprehensible exception on erroneous $schema->source()
           invocation
+        - Fix sloppy refactor of RSrc::sequence back from 89170201
+          (RT#64839)
+        - Fix incorrect error detection during populate() on Oracle
+        - Better handling of result_source-less row objects by
+          auto-calling result_source_instance when necessary
+        - Fix reverse_relationship_info and sqlt deploy on partially
+          loaded schemas (relationships point to non-existent sources)
 
 0.08126_01 2011-01-14 14:00 (UTC)
     * New Features / Changes