Made some changes suggested by Michael Slattery to fix table level comments. Also...
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index 04e4003..73a731a 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,8 @@
+# -----------------------------------------------------------
+# 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.
 
 
 *   Added schema filters.
 
+*   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.
+
+
 # -----------------------------------------------------------
 # 0.06    2004-05-13
 # -----------------------------------------------------------