From fc9bb59e434aaa5b6b96eb41015dcb093c4bfc33 Mon Sep 17 00:00:00 2001 From: EdmundKorley <13422991+EdmundKorley@users.noreply.github.com> Date: Fri, 1 Apr 2022 11:45:25 -0400 Subject: [PATCH] Note custom strategies breaking change [skip ci] --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index ef4b73e..c9fdb25 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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)