From a56602765b4294b796c063664733b28f5a663af7 Mon Sep 17 00:00:00 2001 From: Jason N Date: Tue, 22 Mar 2022 15:55:04 +1100 Subject: [PATCH] Update changelog for 2.6.2 --- changes.rst | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/changes.rst b/changes.rst index 3afb25631..df700df04 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.2: -Unreleased -~~~~~~~~~~ +`Version 2.6.2 `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +(released 22 March 2022) Changes: ^^^^^^^^ @@ -19,12 +21,18 @@ Bug fixes: - Prevent possible non-deterministic function dispatch. - Fix a bug in bounds computation for sums over arrays that could result in a crash. - Fix a bug in the logical context of negated implication operators. -- Fix definition of ``indomain_min`` and ``indomain_max` for ``set_search`` in ``nosets.mzn``. +- Fix definition of ``indomain_min`` and ``indomain_max`` for ``set_search`` in ``nosets.mzn``. - Fix type checker to consider all functions/predicates with var arguments as var type. - Ensure that the last solution is always printed for Gurobi (:bugref:`561`). - Fix the dispatch from non-overloaded operators to builtin calls for opt types. -- Fix creation of `par` versions of `var` functions used in output. -- Fix bounds calculation for comprehension `in` expressions which are `var`. +- Fix creation of ``par`` versions of ``var`` functions used in output. +- Fix bounds calculation for comprehension ``in`` expressions which are ``var``. + +Changes in the IDE: +^^^^^^^^^^^^^^^^^^^ + +- Don't print expected error messages for MOOC submissions. +- Fix custom parameter widget dark mode CSS. .. _v2.6.1: