Updated README
[dbsrgits/DBIx-Class-UUIDColumns.git] / Changes
diff --git a/Changes b/Changes
index 631dc44..c0265ef 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,20 @@
 Revision history for DBIx::Class::UUIDColumns
 
+0.02000 Sun June 24 21:09:35 2007
+    - Converted to Class::Accessor::Grouped after mk_classdata
+        snafu in DBIC 0.08
+    - uuid_columns now also returns the list of columns
+    - insert now uses uuid_columns instead of internal list
+
+0.01001 Sat May 05 20:01:13 2007
+    - RT#22364 (ASH) hopefully fixed with updated prereq
+    - Added Data::GUID support
+    - Fixed ::Win32API::GUID incorrect subclass
+    - Converted to Module::Install
+    - Added cargo tests/TEST_AUTHOR
+    - Much improved test coverage
+    - Fixed case where no uuid module found so that it dies with error, not with
+        method not found
+
 0.00001
-        - initial release
\ No newline at end of file
+    - initial release
\ No newline at end of file