Added equals function for equality testing
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index ed19340..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.
 
@@ -21,6 +26,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.
 
 
 # -----------------------------------------------------------