add support for has_many relationships (RT#65168)
[catagits/Catalyst-Controller-DBIC-API.git] / Changes
diff --git a/Changes b/Changes
index 8fa0ccf..24886df 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 Revision history for Catalyst-Controller-DBIC-API: {{ $dist->version }}
 
 {{ $NEXT }}
+  - Add support for has_many relationships (RT#65168)
+  - Remove update_object_relation method
+    replaced by DBIx::Class::ResultSet::RecursiveUpdate
 
 2.007002  2018-08-02 21:55:55+02:00 Europe/Vienna
   - Remove the debug logging which shouldn't have been in the previous release