diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-02-28 20:45:35 +0900 |
---|---|---|
committer | Ryuta Kamizono <kamipo@gmail.com> | 2018-02-28 20:46:17 +0900 |
commit | 9dbc4754540a7374ad04b406bb0f6e97b7719479 (patch) | |
tree | 5040e8ecd3c8b528e132ff122acda7b50e869718 /activerecord | |
parent | 42a16a4d6514f28e05f1c22a5f9125d194d9c7cb (diff) | |
download | rails-9dbc4754540a7374ad04b406bb0f6e97b7719479.tar.gz rails-9dbc4754540a7374ad04b406bb0f6e97b7719479.tar.bz2 rails-9dbc4754540a7374ad04b406bb0f6e97b7719479.zip |
Remove CHANGELOG entries which were backported to 5-2-stable
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 227f93c6a1..325c4abfc8 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,19 +1,5 @@ ## Rails 6.0.0.alpha (Unreleased) ## -* Fix `#columns_for_distinct` of MySQL and PostgreSQL to make - `ActiveRecord::FinderMethods#limited_ids_for` use correct primary key values - even if `ORDER BY` columns include other table's primary key. - - Fixes #28364. - - *Takumi Kagiyama* - -* Make `reflection.klass` raise if `polymorphic?` not to be misused. - - Fixes #31876. - - *Ryuta Kamizono* - * Rails 6 requires Ruby 2.4.1 or newer. *Jeremy Daer* |