Fix rev_rel_info on prototype sources
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index d21fa4b..079159b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -18,6 +18,8 @@ Revision history for DBIx::Class
         - Better error handling when prepare() fails silently
         - Fixes skipped lines when a comment is followed by a statement
           when deploying a schema via sql file
+        - Fix reverse_relationship_info on prototypical result sources
+          (sources not yet registered with a schema)
 
 0.08127 2011-01-19 16:40 (UTC)
     * New Features / Changes