From 6eccc096cd4b6c48bab0bd06cd967d76e94dc6f6 Mon Sep 17 00:00:00 2001 From: Mitchell Herrijgers Date: Fri, 27 Oct 2023 16:45:26 +0100 Subject: [PATCH] Update CHANGELOG.md for release 0.8.3 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d353b5..5031770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ # Axon Framework plugin Changelog +## [0.8.3] +- Move to built-in gutter renderer to prevent exception (#235) +- Fix exception on deadline manager methods when arguments are not filled +- Move base to IDEA 2023.2 due to incompatibility of certain APIs + ## [0.8.2] - Plugin is now compatible with IDEA 2023.2 (IDEA 232.*)