aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2016-03-22 14:45:17 +0100
committerYves Senn <yves.senn@gmail.com>2016-03-22 14:45:17 +0100
commit2346c7f28163af41bc5283808adaea1ab633c1e8 (patch)
tree99f73fbfeecbae4625dd9e962b1579bcb46e66b7 /actionview
parentc94045dc1ca019707ae9dafe3f7f8471e80fa6ee (diff)
downloadrails-2346c7f28163af41bc5283808adaea1ab633c1e8.tar.gz
rails-2346c7f28163af41bc5283808adaea1ab633c1e8.tar.bz2
rails-2346c7f28163af41bc5283808adaea1ab633c1e8.zip
guides, sync 5.0 release notes with changelogs
[ci skip] Sync AV, AR, AJ, AS, AM changelogs with our 5.0 release notes draft. This is a follow up to c94045d and contains changes made since the release of beta1.
Diffstat (limited to 'actionview')
-rw-r--r--actionview/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionview/CHANGELOG.md b/actionview/CHANGELOG.md
index c15fb4304d..ecc1e764a5 100644
--- a/actionview/CHANGELOG.md
+++ b/actionview/CHANGELOG.md
@@ -44,7 +44,7 @@
* Create a new `ActiveSupport::SafeBuffer` instance when `content_for` is flushed.
- Fixes #19890
+ Fixes #19890.
*Yoong Kang Lim*