fix doubling of find_related condition
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 9dcc0e0..4f1167c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,25 @@
 Revision history for DBIx::Class
 
-0.08190_01 2011-05-02 15:00 (UTC)
+    * New Features / Changes
+        - Allow schema cloning to mutate attributes
+        - DBIC now attempts more aggressive de-duplication of where
+          conditions on resultset chaining
+
+    * Fixes
+        - Fix issue where the query was becoming overly mangled when trying
+          to use pagination with a query that has a sub-select in the WHERE
+          clause
+        - Revert "Fix incorrect signature of the default sqlt_deploy_hook"
+          from 0.08191 - documentation was in fact incorrect, not the code
+        - Fix Sybase ASE IC::DateTime support (::Storage going out of sync
+          with new default format expected by DateTime::Format::Sybase)
+
+0.08192 2011-05-10 04:20 (UTC)
+    * Fixes
+        - Fix serious regression on SQLite, corrupting data when an alphanum
+          value does not correspond to a stale numeric datatype in colinfo
+
+0.08191 2011-05-02 00:45 (UTC) (deleted from CPAN)
     * New Features / Changes
         - Add quote_names connection option. When set to true automatically
           sets quote_char and name_sep appropriate for your RDBMS