Avoid upcoming DBIC warning on implicit SELECT * invocation (RT#118178)
[dbsrgits/DBIx-Class-Schema-Loader.git] / Changes
diff --git a/Changes b/Changes
index e2e26b4..e90cfaa 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension DBIx::Class::Schema::Loader
 
+        - Avoid upcoming DBIC warning on implicit SELECT * invocation
+          (RT#118178)
+
 0.07046  2016-09-05
         - Introspect view definitions for PostgreSQL, MySQL, Oracle,
           Firebird, and InterBase.