Updated Changes for _03
Matt S Trout [Fri, 20 Jan 2006 05:49:06 +0000 (05:49 +0000)]
Changes

diff --git a/Changes b/Changes
index 92853a3..21c9adb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,12 @@
 Revision history for DBIx::Class
 
+0.04999_03
+        - Imported Jess Robinson's SQL::Translator::Parser::DBIx::Class
+        - Lots of internals cleanup to eliminate result_source_instance requirement
+        - added register_column and register_relationship class APIs
+        - made Storage::DBI use prepare_cached safely (thanks to Tim Bunce)
+        - many documentation improvements (thanks guys!)
+
 0.04999_02 2006-01-14 07:17:35
         - Schema is now self-contained; no requirement for co-operation
         - add_relationship, relationships, relationship_info, has_relationship