From 8c9b465b9e7fd952a1b308684aac572d8ebcec65 Mon Sep 17 00:00:00 2001 From: Jason N Date: Fri, 31 Mar 2023 10:09:38 +1100 Subject: [PATCH] Update changelog for 2.7.1 --- changes.rst | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/changes.rst b/changes.rst index afb4c3386..c1b4f446c 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.7.1: -Unreleased -~~~~~~~~~~ +`Version 2.7.1 `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +(released 31 March 2023) Changes: ^^^^^^^^ @@ -74,6 +76,14 @@ Bug fixes: - Fix incorrect simplification of Boolean constraints that contain a fixed Boolean variable in an annotation. +Changes in the IDE: +^^^^^^^^^^^^^^^^^^^ + +- Fix highlighting of multiline comments starting with ``/*/`` (:idebugref:`172`). +- Fix bundling of incompatible OpenSSL version in linux packages. +- Remove support for glibc 2.27 and earlier from AppImage and tarball linux + packages. The Snap package may be used instead on such systems. + .. _v2.7.0: `Version 2.7.0 `__