Just fixed some whitespace.
[dbsrgits/SQL-Translator.git] / Changes
diff --git a/Changes b/Changes
index 6fdbc75..66faff2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,10 +1,23 @@
 # ----------------------------------------------------------
 # x.xxxxx xxxx-xx-xx
 # ----------------------------------------------------------
-* Adjust two tests so they pass under prove -l
-* Add missing dependency on IO::Scalar
-* Added support for "time(stamp) (p) with time zone" for Pg producer (mo)
 
+# ----------------------------------------------------------
+# 0.09007 2009-06-25
+# ----------------------------------------------------------
+* Fixed Pg parser - caching the compiled P::RD schema is a *very*
+  bad idea
+* Fix MSSQL handling of ON UPDATE/DELETE RESTRICT
+* Delay MSSQL FK constraint deployment until after all CREATE TABLE
+  statements
+* Coerce other engine's bytea/blob/clob datatypes to VarBinary
+
+# ----------------------------------------------------------
+# 0.09006 2009-06-10
+# ----------------------------------------------------------
+* Multiple test and dependency adhustments to make smokers happy
+* Fix YAML producer wrt extra attribute
+* Added support for "time(stamp) (p) with time zone" for Pg producer (mo)
 
 # ----------------------------------------------------------
 # 0.09005 2009-06-08