diff options
author | Jon Moss <maclover7@users.noreply.github.com> | 2016-09-25 15:01:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-25 15:01:31 -0400 |
commit | 8c4c61598d8ffc63cf5d4a67b37628c924741394 (patch) | |
tree | 6938ba9699dfd2a9427ad6d67f4aad55dd754ca8 /guides | |
parent | b724dbbb8b337d84a3ca8380c9dd75d79a44badf (diff) | |
parent | c427033e7a95c7c80d8aec04c8b04f041e5cde4d (diff) | |
download | rails-8c4c61598d8ffc63cf5d4a67b37628c924741394.tar.gz rails-8c4c61598d8ffc63cf5d4a67b37628c924741394.tar.bz2 rails-8c4c61598d8ffc63cf5d4a67b37628c924741394.zip |
Merge pull request #26619 from maclover7/jm-a502703-notes
Add info about a502703 to Rails 5 release notes
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 42971598ba..50886a57a7 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -595,6 +595,9 @@ Please refer to the [Changelog][active-record] for detailed changes. * Removed support for `activerecord-deprecated_finders` gem. ([commit](https://github.com/rails/rails/commit/78dab2a8569408658542e462a957ea5a35aa4679)) +* Removed `ActiveRecord::ConnectionAdapters::Column::TRUE_VALUES` constant. + ([commit](https://github.com/rails/rails/commit/a502703c3d2151d4d3b421b29fefdac5ad05df61)) + ### Deprecations * Deprecated passing a class as a value in a query. Users should pass strings |