From fdee55fa08df79da0a353c725596344b9839f29c Mon Sep 17 00:00:00 2001 From: cneben Date: Mon, 12 Aug 2024 16:40:05 +0200 Subject: [PATCH] Prepare 2.4.2. Still heavily WIP. Signed-off-by: cneben --- CHANGELOG.md | 7 +++++++ VERSION.txt | 1 + 2 files changed, 8 insertions(+) create mode 100644 VERSION.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b29b6d9..456fdde8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## 20240812 2.4.2: +- Merge #230 by @emmenlau, enhance node/group factory methods template signature. +- Merge #236 by @emmenlau, fix a memory leak. +- Merge #233 by @emmenlau, fix a compilation issue in graph.h. +- Change group dragging default behaviour: group are now only draggable by their + header. Old policy can be restored with qan::GroupItem::DragPolicy. + ## 20231116 2.4.0: - Rewrite the Qt5/6 CMake configuration. - Remove all QUICKQANAVA_QT_MAJOR_VERSION and all compilation options, compilation is now always "static". diff --git a/VERSION.txt b/VERSION.txt new file mode 100644 index 00000000..8e8299dc --- /dev/null +++ b/VERSION.txt @@ -0,0 +1 @@ +2.4.2