Note custom strategies breaking change [skip ci]

This commit is contained in:
EdmundKorley 2022-04-01 11:45:25 -04:00 committed by GitHub
parent e8b9dbc580
commit fc9bb59e43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
* Added: CI testing against truffleruby
* Changed: Documentation improvements for sequences and traits
* Fixed: ActiveSupport::Notifications reporting strategy through associations now report as symbols
* BREAKING CHANGE: Custom strategies now need to define a `to_sym` method to specify the strategy identifier
* Fixed: `add_attribute` with reserved keywords assigns values correctly
## 6.2.0 (May 7, 2021)