Allow using all the moniker parts in hashref moniker_map
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index b9a3923..e10eb1b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,6 +6,7 @@ Revision history for Perl extension DBIx::Class::Schema::Loader
         - Allow specifying custom attributes for many_to_many bridges
         - Allow specifying the separator when joining database, schema
           and table names to form a moniker
+        - Allow using all the moniker parts in hashref moniker_map
 
 0.07036  2013-07-08
         - Fix stray comma in Pg on_delete/on_update => CASCADE (RT#84706)