Minor cleanup of memory cycle tracing and IC::DT inflator selector logic
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index b009881..b135616 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,7 @@
 Revision history for DBIx::Class
 
     * New Features / Changes
+        - Extend 'proxy' relationship attribute
         - Use DBIx::Class::Storage::Debug::PrettyPrint when the
           environment variable DBIC_TRACE_PROFILE is set, see
           DBIx::Class::Storage for more information
@@ -46,6 +47,7 @@ Revision history for DBIx::Class
           via a coderef
         - Fixed t/inflate/datetime_pg.t failures due to a low dependency
           on DateTime::Format::Pg (RT#61503)
+        - Fix dirtyness detection on source-less objects
 
     * Misc
         - Refactored capability handling in Storage::DBI, allows for