fix $c->req->hostname empty for IPv6 clients (RT#75731)
[catagits/Catalyst-Runtime.git] / Changes
diff --git a/Changes b/Changes
index 8eea042..039abe0 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,10 @@
 # This file documents the revision history for Perl extension Catalyst.
 
+  - Fix $c->req->hostname empty for IPv6 clients (RT#75731)
+
+5.90122 - 2018-11-03
+  - releasing as stable
+
 5.90_121 - 2018-10-22
   - use the :utf8_strict (PerlIO::utf8_strict) rather than :encoding file handle
     layer to handle decoding uploads, as a performance boost.