diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-04-19 05:08:47 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-04-19 05:08:47 +0530 |
commit | f2ac3ea8517849c9c85baea298f37da217f3ae47 (patch) | |
tree | 218f268d64f7dc3e1a446577f9ac988278b21b5a /guides | |
parent | 04c512da1247a54474cfd8bef17a9e9019c34004 (diff) | |
download | rails-f2ac3ea8517849c9c85baea298f37da217f3ae47.tar.gz rails-f2ac3ea8517849c9c85baea298f37da217f3ae47.tar.bz2 rails-f2ac3ea8517849c9c85baea298f37da217f3ae47.zip |
Add #16917 to release notes
[ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/5_0_release_notes.md | 3 |
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 ------- |