docs updates, no longer overwrite dumped schema files by default
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index bdfc636..b4a332c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,32 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+0.03004 XXX TDB
+        - make_schema_at efficiency improvements
+        - improved debugging output
+        - column metadata now included in dumped schemas
+        - new fatal error if loader_options not yet specified at clone() time
+        - Carp::Clan added, and some dies converted to croaks
+        - no longer overwrites files when dumping, unless asked
+          to do so via the dump_overwrite option
+        - loader_options can now be embedded in the connection info
+        - Documentation improvements
+        - Deprecation notices updated
+
+0.03003 Tue Jun  6 02:22:49 UTC 2006
+        - Fix inclusion of external add-on class definitions
+          in dump_to_dir output.
+
+0.03002 Tue Jun  6 01:27:25 UTC 2006
+        - rethrow exceptions that occur during make_schema_at
+
+0.03001 Mon Jun  5 23:17:57 UTC 2006
+        - load_from_connection deprecation notice now mentions
+          upgrading Catalyst::Model::DBIC::Schema if that module
+          seems to be in use.
+        - DBIx::Class required version number fixed
+        - Loader statement caching for better load-time performance
+        - Improved Pg unique index loader, based on RDBO
+
 0.03000 Tue May 23 12:56:05 UTC 2006
         - weakened the circular schema reference