aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2016-04-18 21:02:31 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2016-04-18 21:02:31 -0300
commit324cd2d0b55cc043f82db5292d693ace859c39ec (patch)
treeeb79c6be393a99d588299f458064d3a384b13a78
parent7d8f5fe299004e98abd0c1a176fef3ec2ff44a3f (diff)
parentf2ac3ea8517849c9c85baea298f37da217f3ae47 (diff)
downloadrails-324cd2d0b55cc043f82db5292d693ace859c39ec.tar.gz
rails-324cd2d0b55cc043f82db5292d693ace859c39ec.tar.bz2
rails-324cd2d0b55cc043f82db5292d693ace859c39ec.zip
Merge pull request #24615 from vipulnsward/16917-release-notes
Add #16917 to release notes
-rw-r--r--guides/source/5_0_release_notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 9078e91923..28f653b634 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -824,6 +824,9 @@ Please refer to the [Changelog][active-support] for detailed changes.
application code, and the application reloading process.
([Pull Request](https://github.com/rails/rails/pull/23807))
+* `ActiveSupport::Duration` now supports ISO8601 formatting and parsing.
+ ([Pull Request](https://github.com/rails/rails/pull/16917))
+
Credits
-------