Merge 'trunk' into 'DBIx-Class-current'
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 0df58e8..9c6d59b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -14,6 +14,9 @@ Revision history for DBIx::Class
           You can make it work like before via
           __PACKAGE__->column_info_from_storage(1) for now
 
+0.07003 2006-XX-XX XX:XX:XX
+        - Fix UTF8Columns to work under Perl <= 5.8.0
+
 0.07002 2006-09-14 21:17:32
         - fix quote tests for recent versions of SQLite
         - added reference implementation of Manual::Example