aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-07-01 14:34:47 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-07-02 22:34:51 -0300
commit215d41d802637520129cb7551b35faca72873143 (patch)
tree82e867489aa2e9cb17ffba56dadbdf20b910d1d1 /activesupport/CHANGELOG.md
parent65dc45ea2d0da224494b2dee800853cc29cea1f0 (diff)
downloadrails-215d41d802637520129cb7551b35faca72873143.tar.gz
rails-215d41d802637520129cb7551b35faca72873143.tar.bz2
rails-215d41d802637520129cb7551b35faca72873143.zip
Update 4.0 Release Notes with changelogs [ci skip]
Also fix some wrong formatting. Related discussion: https://github.com/rails/rails/commit/ab72040b74f742b6676b2d2a5dd029bfdca25a7a#commitcomment-1525256
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index d2e07d6762..df144dd00b 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,10 +1,10 @@
## Rails 4.0.0 (unreleased) ##
-* Time#change now works with time values with offsets other than UTC or the local time zone. *Andrew White*
+* `Time#change` now works with time values with offsets other than UTC or the local time zone. *Andrew White*
-* AS::Callbacks: deprecate usage of filter object with `#before` and `#after` methods as `around` callback. *Bogdan Gusiev*
+* `ActiveSupport::Callbacks`: deprecate usage of filter object with `#before` and `#after` methods as `around` callback. *Bogdan Gusiev*
-* Add `Time#prev_quarter' and 'Time#next_quarter' short-hands for months_ago(3) and months_since(3). *SungHee Kang*
+* Add `Time#prev_quarter` and `Time#next_quarter` short-hands for `months_ago(3)` and `months_since(3)`. *SungHee Kang*
* Remove obsolete and unused `require_association` method from dependencies. *fxn*