Fixed up ON DELETE parsing for FKs
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index ed19340..ac76a7f 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,13 @@
+
+* Added mysql_character_set for 4.1+ -mda
+* New filters, Names and Globals. -mda
+* Added the initial work on a template based Dia UML producer. -mda
+
+# -----------------------------------------------------------
+# 0.7    2005-06-10
+# -----------------------------------------------------------
+*   YAML parser supports extra attributes on tables.
+
 *   All schema objects now support the extra attribute, so can
     have arbitary name/value data attached to them.
 
@@ -21,6 +31,7 @@
 *   MySQL Producer
     - Added 'mysql_table_type' extra attribute on tables.
     - Works out InnoDB tables from constraints.
+    - mysql_charset and mysql_collate extra attributes for tables and fiels.
 
 
 # -----------------------------------------------------------