aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index d979b06ac5..1b7e6c0da9 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added early failure if the Ruby version isn't 1.8.2 or above #735
+
* Fixed the missing shebang in main "rails" script #736
* Removed the obsolete -i/--index option from the WEBrick servlet #743