aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/5_0_release_notes.md
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2016-06-29 19:37:26 -0400
committereileencodes <eileencodes@gmail.com>2016-06-29 19:37:26 -0400
commit2ee57cc9a00f883219ec26d916f182f33609385a (patch)
treed06043643fd31090cddf5205b38314428664ec34 /guides/source/5_0_release_notes.md
parent3d252a02ae7f17f94401fe206f4ffc1922610d6f (diff)
downloadrails-2ee57cc9a00f883219ec26d916f182f33609385a.tar.gz
rails-2ee57cc9a00f883219ec26d916f182f33609385a.tar.bz2
rails-2ee57cc9a00f883219ec26d916f182f33609385a.zip
Update release notes about legacy `mysql` adapter
Make release notes about legacy `mysql` adapter clearer.
Diffstat (limited to 'guides/source/5_0_release_notes.md')
-rw-r--r--guides/source/5_0_release_notes.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 1eb6f87fd3..ed4481f151 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -524,8 +524,10 @@ Please refer to the [Changelog][active-record] for detailed changes.
[activemodel-serializers-xml](https://github.com/rails/activemodel-serializers-xml)
gem. ([Pull Request](https://github.com/rails/rails/pull/21161))
-* Removed support for the legacy `mysql` database adapter from core. It will
- live on in a separate gem for now, but most users should just use `mysql2`.
+* Removed support for the legacy `mysql` database adapter from core. Most users should
+ be able to use `mysql2`. It will be converted to a separate gem when when we find someone
+ to maintain it. ([Pull Request 1](https://github.com/rails/rails/pull/22642)],
+ [Pull Request 2](https://github.com/rails/rails/pull/22715))
* Removed support for the `protected_attributes` gem.
([commit](https://github.com/rails/rails/commit/f4fbc0301021f13ae05c8e941c8efc4ae351fdf9))