aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorGodfrey Chan <godfreykfc@gmail.com>2014-07-11 02:15:00 -0700
committerGodfrey Chan <godfreykfc@gmail.com>2014-07-11 02:16:57 -0700
commit00aae7cb38a9d7029b1530bcf21a89ead80130a4 (patch)
tree116228df0d918f53ae43e6eb62959cf232a4d241 /railties
parente22e1c0b282f86901500da8bdb70c9d711e16066 (diff)
downloadrails-00aae7cb38a9d7029b1530bcf21a89ead80130a4.tar.gz
rails-00aae7cb38a9d7029b1530bcf21a89ead80130a4.tar.bz2
rails-00aae7cb38a9d7029b1530bcf21a89ead80130a4.zip
Synced 4.2 release notes with the latest commits.
Also reordered some of the items to put newer ones on top (same order as CHANGELOGs), which makes it easier to diff while we are still working on it.
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index c33a4ed192..3b71f2c2a3 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,4 +1,4 @@
-* Deprecate `Rails::Rack::LogTailer` with not replacement.
+* Deprecate `Rails::Rack::LogTailer` without replacement.
*Rafael Mendonça França*