Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add #23461 to release notes #24712

Merged
merged 1 commit into from
Apr 24, 2016
Merged

Conversation

vipulnsward
Copy link
Member

r? @jeremy

@@ -429,7 +429,12 @@ Please refer to the [Changelog][active-record] for detailed changes.

* Removed support for PostgreSQL versions below 9.1.
([Pull Request](https://github.com/rails/rails/pull/23434))


* Added missing prepared statements support to `mysql2` adapter, for mysql2 0.4.4+,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Presumably it was missing before it was added 🤓

So why not strike that?

* Added prepared statements support to `mysql2` adapter, for mysql2 0.4.4+,
Previously this was only supported on the deprecated `mysql` legacy adapter.
To enable, set `prepared_statements: true` in config/database.yml.
([Pull Request](https://github.com/rails/rails/pull/23461))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Also aligned above note with others.

@kaspth kaspth merged commit 8f22006 into rails:master Apr 24, 2016
@jeremy jeremy added this to the 5.0.0 milestone Apr 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants