aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-02-20 11:01:07 +0100
committerXavier Noria <fxn@hashref.com>2011-02-20 11:01:07 +0100
commit6c30530b000c69f6283381d6ff85dcfef916ebbc (patch)
treef4bac8836aa5110adb28382431cb37eddaa1243a /activesupport/CHANGELOG
parente2d54fb3f17ac30c91d855c45060ec5518b75ec5 (diff)
downloadrails-6c30530b000c69f6283381d6ff85dcfef916ebbc.tar.gz
rails-6c30530b000c69f6283381d6ff85dcfef916ebbc.tar.bz2
rails-6c30530b000c69f6283381d6ff85dcfef916ebbc.zip
adds Range#cover? to the CHANGELOG
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 6e8cce0d27..1b8bcf649c 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.1.0 (unreleased)*
+* Backports Range#cover? as an alias for Range#include? in Ruby 1.8 [Diego Carrion, fxn]
+
* Added weeks_ago and prev_week to Date/DateTime/Time. [Rob Zolkos, fxn]
* Added before_remove_const callback to ActiveSupport::Dependencies.remove_unloadable_constants! [Andrew White]