aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/5_0_release_notes.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-04-30 14:55:00 +0900
committerJeremy Daer <jeremydaer@gmail.com>2016-04-29 23:09:10 -0700
commit151080a5f9377e64b85f20e20e449502a5cbc4c3 (patch)
treeba18acb2994659ae538e23a429660ab6a2d163d8 /guides/source/5_0_release_notes.md
parent3458ad92a196983550f6d680ad1ae58bce386fde (diff)
downloadrails-151080a5f9377e64b85f20e20e449502a5cbc4c3.tar.gz
rails-151080a5f9377e64b85f20e20e449502a5cbc4c3.tar.bz2
rails-151080a5f9377e64b85f20e20e449502a5cbc4c3.zip
add #24385 to 5.0 release notes [ci skip]
Diffstat (limited to 'guides/source/5_0_release_notes.md')
-rw-r--r--guides/source/5_0_release_notes.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 408de13161..17a738cf31 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -316,6 +316,13 @@ Please refer to the [Changelog][action-view] for detailed changes.
supported by I18n.
([Pull Request](https://github.com/rails/rails/pull/20019))
+### Deprecations
+
+* Deprecated `datetime_field` and `datetime_field_tag` helpers.
+ Datetime input type was removed from HTML specification.
+ One can use `datetime_local_field` and `datetime_local_field_tag` instead.
+ ([Pull Request](https://github.com/rails/rails/pull/24385))
+
### Notable Changes
* Changed the default template handler from `ERB` to `Raw`.