From eb6d7007383b5c38ef54288c9631d4276f2bf14e Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Tue, 10 Dec 2024 14:47:10 +0000 Subject: [PATCH] Remove the "unreleased" mention from Changelog It's less one thing to worry about when releasing, less chance of being forgotten --- CHANGES | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index f903f1c..14a1227 100644 --- a/CHANGES +++ b/CHANGES @@ -1,11 +1,11 @@ -Version 2.0.0: (unreleased): +Version 2.0.0: -------------- * Supports Qt6 in addition to Qt5 (co-installable) * Buildsystem: increase CMake min version to 3.16.0 * Buildsystem: add uninstall target * Buildsystem: generate and install kdsme-version.h * Use official Graphviz from upstream with -DWITH_INTERNAL_GRAPHVIZ=True - (Bad side-effect: allows dynamic builds only) + (Bad side-effect: allows dynamic builds only, but external graphviz still supported) * Fixed build with more recent graphviz versions * Buildsystem: new Option BUILD_STATIC to create static libraries