adds Range#cover? to the CHANGELOG

This commit is contained in:
Xavier Noria 2011-02-20 11:01:07 +01:00
parent e2d54fb3f1
commit 6c30530b00
1 changed files with 2 additions and 0 deletions

View File

@ -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]