From faa9eb0c4159c53e824fce732f34872d4cae91f7 Mon Sep 17 00:00:00 2001 From: Aaron Lasseigne Date: Wed, 19 Apr 2023 18:28:52 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e37deea3..b3da664b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [5.2.1][] (TBD) + +## Fixed + + - [#554][] - Non-detailed error should not lose options when merged. + # [5.2.0][] (2022-10-22) ## Added @@ -1361,3 +1367,4 @@ Example.run [#537]: https://github.com/AaronLasseigne/active_interaction/issues/537 [#539]: https://github.com/AaronLasseigne/active_interaction/issues/539 [#545]: https://github.com/AaronLasseigne/active_interaction/issues/545 + [#554]: https://github.com/AaronLasseigne/active_interaction/issues/554