aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
blob: f379aae5b91509ad261281f498aca884533c7a13 (plain) (blame)
1
2
3
4
5
6
7
* Fixed that Dependencies.reload can't load the same file twice #420 [Kent Sibilev]

* Added Fixnum#ago/until, Fixnum#since/from_now #450 [bitsweat]

* Added that Inflector now accepts Symbols and Classes by calling .to_s on the word supplied

* Added time unit extensions to Fixnum that'll return the period in seconds, like 2.days + 4.hours.