update version and changes (_14 was the last one I can see, so _15 it is)
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index 6a63e5b..e006246 100644 (file)
--- a/Changes
+++ b/Changes
@@ -4,6 +4,7 @@ Current Known Issues / Regressions
 
 Revision history for DBIx::Class
 
+0.082899_15 2017-10-05 03:55 (UTC)
     * Notable Changes and Deprecations
         - The entire class hierarchy now explicitly sets the 'c3' mro, even
           in cases where load_components was not used. Extensive testing led
@@ -27,6 +28,8 @@ Revision history for DBIx::Class
           an underlying search_rs(), as by design these arguments would be
           used only on the first call to ->related_resultset(), and ignored
           afterwards. Instead an exception (detailing the fix) is thrown.
+        - Change func_rs() and as_subselect_rs() to properly ignore list
+          context (i.e. wantarray). Both were implemented broken from day 1 :/
         - Increased checking for the correctness of the is_nullable attribute
           within the prefetch result parser may highlight previously unknown
           mismatches between your codebase and data source