Partial fix for the hash randomization issues in 5.17.6+
[dbsrgits/DBIx-Class.git] / Changes
diff --git a/Changes b/Changes
index cf52651..fbae600 100644 (file)
--- a/Changes
+++ b/Changes
@@ -6,6 +6,7 @@ Revision history for DBIx::Class
         - More robust behavior under heavily threaded environments - make
           sure we do not have refaddr reuse in the global storage registry
         - Fix failing test on 5.8 under Win32 (RT#81114)
+        - Fix hash-randomization test issues (RT#81638)
 
 0.08204 2012-11-08
     * New Features / Changes