aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorclaudiob <claudiob@inventati.org>2017-03-20 21:39:30 -0700
committerclaudiob <claudiob@inventati.org>2017-03-20 21:46:41 -0700
commitcd3c0357d7ca7574f5a15a1229d25417a93a0a06 (patch)
tree52af8034d6873719d9fa91da22b5b92c37ee1da8 /railties/CHANGELOG.md
parent34e85c461ceb1f8cc4a0e0e3299b20246bee4c79 (diff)
downloadrails-cd3c0357d7ca7574f5a15a1229d25417a93a0a06.tar.gz
rails-cd3c0357d7ca7574f5a15a1229d25417a93a0a06.tar.bz2
rails-cd3c0357d7ca7574f5a15a1229d25417a93a0a06.zip
Remove 5.0.0 entry from 5.1.0 CHANGELOG [ci skip]
The entry for PR #25430 is currently present both in the CHANGELOG for Rails 5.0 and for Rails 5.1: https://github.com/rails/rails/blame/9d3a352777c2594123583b0bc02d0dd80f1e385b/railties/CHANGELOG.md#L61-L72 Since the PR was backported to 5-0-stable in #25499, I believe it should be removed from the CHANGELOG of 5.1, otherwise it looks like something changed from 5.0 to 5.1
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index f4d3529a37..fedac90fc8 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -192,10 +192,6 @@
*Kevin McPhillips*
-* Ensure `/rails/info` routes match in development for apps with a catch-all globbing route.
-
- *Nicholas Firth-McCoy*
-
* Added a shared section to `config/secrets.yml` that will be loaded for all environments.
*DHH*