fix mysql rel detection for mixed-case tables on mixed-case filesystems
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index a6b0a40..ecdc4a9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,16 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - fix for mysql rel detection in mixed-case tables on mixed-case
+          filesystems (OSX and Windows)
+        - support for DBD::Firebird
+        - support for unicode Firebird data types
+
+0.07010  2011-03-04 08:26:31
+        - add result_component_map option
+
+0.07009  2011-02-25 11:06:51
+        - fix a syntax error in MS Access ADO driver
+
 0.07008  2011-02-25 01:54:43
         - rename column_accessor_map to col_accessor_map, the old alias still
           works