aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
blob: 6ac105bde184a5954180bf454ccb2e1ace3d9d14 (plain) (blame)
1
2
3
4
5
* 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.