Add release note for alias_attribute deprecation

Ref eae26caec3e38c21835f4afd8622aad20c16c713
This commit is contained in:
Hartley McGuire 2023-10-20 18:33:31 -04:00
parent d4866ede93
commit 92fb75e46a
No known key found for this signature in database
GPG Key ID: E823FC1403858A82

@ -658,6 +658,8 @@ Please refer to the [Changelog][active-record] for detailed changes.
* Deprecate `rewhere` argument on `#merge`.
* Deprecate aliasing non-attributes with `alias_attribute`.
### Notable changes
* Add `TestFixtures#fixture_paths` to support multiple fixture paths.