From 5322f184d9cd3a0b27223ebff79f1bf51c2c7ff4 Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Tue, 24 Sep 2024 18:32:15 +0900 Subject: [PATCH] docs: update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 973247b..043d5f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file. * feat: test UI behavior with Assertj-Swing-JUnit (#7) * refactor: annotate deprecations, avoid access to internal class of other class(#6) * refactor: avoid redundant casts (#6) +* refactor: DockingDesktop class not to initialize in static context(#12) ## [v3.0.5-2] * chore: use nexus-publish plugin to release