Committed version bump to DBIx::Class
[dbsrgits/DBIx-Class-Historic.git] / Changes
diff --git a/Changes b/Changes
index 600beaf..fdc7452 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for DBIx::Class
 
         - 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
 
 0.03004
         - Added an || '' to the CDBICompat stringify to avoid null warnings