aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'actionview/CHANGELOG.md')
-rw-r--r--actionview/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index b961dce4d1..b45d5bf1e0 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Fix `current_page?` when the URL contains escaped characters and the
+ original URL is using the hexdecimal lowercased.
+
+ *Rafael Mendonça França*
+
* Fix `text_area` to behave like `text_field` when `nil` is given as
value.