Simplify _select_args_to_query - contortions not needed since 0e773352
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 1314d63..274345e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,16 @@
 Revision history for DBIx::Class
 
     * New Features / Changes
+        - Officially deprecate the 'cols' and 'include_columns' resultset
+          attributes
+        - Remove ::Storage::DBI::sth() deprecated in 0.08191
+
+    * Fixes
+        - Audit and correct potential bugs associated with braindead reuse
+          of $1 on unsuccessful matches
+
+0.08209 2013-03-01 12:56 (UTC)
+    * New Features / Changes
         - Debugging aid - warn on invalid result objects created by what
           seems like an invalid inheritance hierarchy