From af1d22e4bb0df8afd476f778de47732dc4675b68 Mon Sep 17 00:00:00 2001 From: Jason N Date: Fri, 10 May 2024 11:01:51 +1000 Subject: [PATCH] Update changelog for 2.8.4 --- changes.rst | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/changes.rst b/changes.rst index bb2064cd3..06f448f7e 100644 --- a/changes.rst +++ b/changes.rst @@ -4,7 +4,12 @@ MiniZinc Change Log For detailed bug reports consult the issue tracker at https://github.com/MiniZinc/libminizinc/issues. -.. _unreleased: +.. _v2.8.4: + +`Version 2.8.4 `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +(released 10 May 2024) Changes: ^^^^^^^^ @@ -19,6 +24,12 @@ Changes: - Add missing optional versions of unary mathematical functions/operators. - Improve special-case handling of boolean ``<->`` and ``xor`` operators. +Changes in the IDE: +^^^^^^^^^^^^^^^^^^^ +- Fix bundled OpenSSL libraries on Windows. +- Allow MOOC submission window to be scrolled. +- Increase hard process termination timeout to 1s. + Bug fixes: ^^^^^^^^^^ - Fix crash when using records inside solution checker modules.