1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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

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]