Skip to content

Commit abe6484

Browse files
committed
mention rails#13314 in 4.1 release notes. refs rails#12140. [ci skip]
1 parent 50d9717 commit abe6484

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

guides/source/4_1_release_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,9 @@ for detailed changes.
502502

503503
* Don't create or drop the test database if RAILS_ENV is specified explicitly.
504504

505+
* `Relation` no longer has mutator methods like `#map!` and `#delete_if`. Convert
506+
to an `Array` by calling `#to_a` before using these methods. ([Pull Request](https://github.com/rails/rails/pull/13314))
507+
505508
Active Model
506509
------------
507510

0 commit comments

Comments
 (0)