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:
parent
e2d54fb3f1
commit
6c30530b00
1 changed files with 2 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue