aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionview/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index 9f53195c58..6b9c76eb29 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -1,4 +1,4 @@
-* Refactor `excerpt` to use `Array#join` instead of `String#+`.
+* Fix `excerpt` when `:separator` is `nil`.
*Paul Nikitochkin*