Skip to content

Commit 8ffc13b

Browse files
committed
Bump version to 2.4.3 and add changelog
1 parent bd55d10 commit 8ffc13b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

MiniZincIDE/CHANGES

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2020-03-03
2+
v2.4.3
3+
- Disable menu items that don't make sense when all tabs are closed,
4+
fix behaviour of stop button when all tabs closed (fixes several crashes).
5+
- Add x86_64 suffix to linux package name (#96).
6+
- Make boolean extra solver options with a default of true functional.
7+
- Only read linter results if it exited normally (#97).
8+
- Update alpine version to 3.11
9+
- Resolve paths in _mooc to paths
10+
(allowing submission of models in subdirectories).
111
2020-01-10
212
v2.4.2
313
- Fix syntax highlighting of keywords, and add syntax highlighting for

MiniZincIDE/MiniZincIDE.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ greaterThan(QT_MAJOR_VERSION, 4): {
1919
TARGET = MiniZincIDE
2020
TEMPLATE = app
2121

22-
VERSION = 2.4.2
22+
VERSION = 2.4.3
2323
DEFINES += MINIZINC_IDE_VERSION=\\\"$$VERSION\\\"
2424

2525
bundled {

0 commit comments

Comments
 (0)