From c0e8fe3869c6f8b5b5c16896830808ceabde23e3 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Mon, 7 Mar 2022 16:38:40 +0000 Subject: [PATCH] Update ChangeLog regarding #44 and #96 being fixed --- Changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog b/Changelog index 3377bf14..12104bbd 100644 --- a/Changelog +++ b/Changelog @@ -5,6 +5,7 @@ - Moved DropIndicatorOverlayInterface::DropLocation enum to KDDockWidgets namespace scope - Added Config::setDropIndicatorAllowedFunc() and corresponding example (kddockwidgets_example --hide-certain-docking-indicators) + - Fixed case where unfloating wouldn't restore to the main window (#44 and #96) * v1.5.1 (unreleased) - X11: Improved detecting which window is under the cursor, by using native X11 API