Release v0.08208
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 5b1d6ea..e5841ac 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,9 +1,22 @@
 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
+          tarball contents (implicitly fixes RT#83084)
+        - Added strict and warnings tests for all lib and test files
 
 0.08206 2013-02-08
     * Fixes