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 `__