We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf10924 + ba7def2 commit 1b0ee9fCopy full SHA for 1b0ee9f
activerecord/CHANGELOG.md
@@ -1,3 +1,10 @@
1
+* Deprecate `rewhere` argument on `#merge`.
2
+
3
+ The `rewhere` argument on `#merge`is deprecated without replacement and
4
+ will be removed in Rails 7.2.
5
6
+ *Adam Hess*
7
8
* Fix unscope is not working in specific case
9
10
Before:
guides/source/7_1_release_notes.md
@@ -500,6 +500,8 @@ Please refer to the [Changelog][active-record] for detailed changes.
500
501
* Deprecate `read_attribute(:id)` returning the primary key if the primary key is not `:id`.
502
503
504
505
### Notable changes
506
507
* Add `TestFixtures#fixture_paths` to support multiple fixture paths.
0 commit comments