From b81f14ac41bc6f6ec6cfe7ede408c9f3447a6a76 Mon Sep 17 00:00:00 2001 From: Jason N Date: Fri, 6 May 2022 13:44:43 +1000 Subject: [PATCH] Update changelog for 2.6.3 --- changes.rst | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/changes.rst b/changes.rst index d9293adf9..8a998f761 100644 --- a/changes.rst +++ b/changes.rst @@ -4,10 +4,12 @@ MiniZinc Change Log For detailed bug reports consult the issue tracker at https://github.com/MiniZinc/libminizinc/issues. -.. _unreleased: +.. _v2.6.3: -Unreleased -~~~~~~~~~~ +`Version 2.6.3 `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +(released 6 May 2022) Changes: ^^^^^^^^ @@ -40,6 +42,14 @@ Bug fixes: - Fix an internal error when using an ``if-then-else`` with a branch equating ``<>`` to an expression. +Changes in the IDE: +^^^^^^^^^^^^^^^^^^^ + +- Improve UI and dark mode for CP Profiler. +- Fix CP Profiler tree-builder signal/slot connection (:idebugref:`160`). +- Fix deadlock in CP Profiler tree building (:idebugref:`162`). +- Make project loading more resilient to errors (:idebugref:`165`). + .. _v2.6.2: `Version 2.6.2 `__