Fix running Makefile.PL without '.' in @INC
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index 2546338..471cf97 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,7 +2,8 @@ Revision history for Perl extension DBIx::Class::Schema::Loader
 
         - Avoid upcoming DBIC warning on implicit SELECT * invocation
           (RT#118178)
-        - Improve moniker_map coderef documentation (GH#7)
+        - Improve moniker_map and col_accessor_map coderef documentation (GH#7)
+        - Fix running Makefile.PL without '.' in @INC
 
 0.07046  2016-09-05
         - Introspect view definitions for PostgreSQL, MySQL, Oracle,