patch for parser/producer args courtesy of darren (w/ embellishments by me)
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index 7346e5e..55d01ca 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,19 @@
 # -----------------------------------------------------------
+# 0.06    2004-05-13
+# -----------------------------------------------------------
+*   Added SQL::Translator::Manual
+
+*   Installation process now uses Module::Build
+
+*   Added new "Dumper" producer
+
+*   Changed the native SQL Fairy XML format to a fixed mapping.
+    *NB:* You should convert your existing XML schema. See the
+    SQL::Translator::Parser::XML::SQLFairy docs.
+
+*   Added producers: TT::Base and TT::Table.
+
+# -----------------------------------------------------------
 # 0.05    2004-02-27
 # -----------------------------------------------------------
 *   Added "COMMENT ON *" syntax to PostgreSQL parser