aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2015-12-18 15:58:25 -0500
committereileencodes <eileencodes@gmail.com>2015-12-18 15:58:25 -0500
commit099ddfdefd44fda11d0f6a72f934f8a0ee83141b (patch)
tree849a3fbdac70da10a415a25ae40ae76644057a0e /actionpack
parentcbf827bc9c6592d3bdf117710a13dc57fc512e60 (diff)
downloadrails-099ddfdefd44fda11d0f6a72f934f8a0ee83141b.tar.gz
rails-099ddfdefd44fda11d0f6a72f934f8a0ee83141b.tar.bz2
rails-099ddfdefd44fda11d0f6a72f934f8a0ee83141b.zip
Add CHANGELOG headers for Rails 5.0.0.beta1
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 8b2943af74..3314a0b77d 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Rails 5.0.0.beta1 (December 18, 2015) ##
+
+* No changes.
+
+
* Deprecate `redirect_to :back` in favor of `redirect_back`, which accepts a
required `fallback_location` argument, thus eliminating the possibility of a
`RedirectBackError`.