PK::Auto::Pg bug fix, only checks primary keys
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 32d7482..dc95be0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,16 @@
 Revision history for DBIx::Class
 
+0.04001
+        - Fix so set_inflated_column calls set_column
+        - Allow syntax errors in relationship classes to be reported.
+
+0.04 2005-11-26
+        - Moved get_simple and set_simple into AccessorGroup
+        - Made 'new' die if given invalid columns
+        - Added has_column and column_info to Table.pm
+        - Refactored away from direct use of _columns and _primaries
+        - Switched from NEXT to Class::C3
+
 0.03004
         - Added an || '' to the CDBICompat stringify to avoid null warnings
        - Updated name section for manual pods