aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-02-20 18:06:50 +0100
committerXavier Noria <fxn@hashref.com>2013-02-20 18:08:55 +0100
commit20ed3e0f715741ca53c992bcdf87b5039e6692af (patch)
treef1fc8c6fc69451a30d551a347c2853a466be62bf /activesupport/CHANGELOG.md
parent1b776b947047ac4e13fc96c8c6aff2808c15692f (diff)
downloadrails-20ed3e0f715741ca53c992bcdf87b5039e6692af.tar.gz
rails-20ed3e0f715741ca53c992bcdf87b5039e6692af.tar.bz2
rails-20ed3e0f715741ca53c992bcdf87b5039e6692af.zip
moves the new :nsec date format to the Active Support changelog [ci skip]
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 5f7559b5a6..daa283e397 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ##
+* Add `:nsec` date format.
+
+ *Jamie Gaskins*
+
* ActiveSupport::Gzip.compress allows two optional arguments for compression
level and strategy.