Release v0.08208
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 6eacbb1..e5841ac 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,17 @@
 Revision history for DBIx::Class
 
+0.08208 2013-02-20 09:56 (UTC)
+    * New Features / Changes
+        - A bunch of nonsensically named arguments to the SQL::Translator
+          parser have been marked as deprecated (while still fully
+          supported)
+
     * Fixes
         - Fix duplicated selected columns when calling 'count' when a same
           aggregate function is used more than once in a 'having' clause
           (RT#83305)
+        - Prevent SQL::Translator::Producer::YAML from seeing the $dbh
+          in a potentially connected $schema instance (RT#75394)
 
     * Misc
         - Fixup our distbuilding process to stop creating world-writable