Skip to content

Commit 51e5a40

Browse files
committed
Bump version and add change log
1 parent 2384dbd commit 51e5a40

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

MiniZincIDE/CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2020-01-10
2+
v2.4.2
3+
- Fix syntax highlighting of keywords, and add syntax highlighting for
4+
interpolated strings.
5+
- Redraw when switching to/from dark mode, and fix dark mode header colours.
6+
- Fix "Select all" menu item.
17
2019-12-09
28
v2.4.1
39
- Display error message when submission to MOOC provider fails.

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.1
22+
VERSION = 2.4.2
2323
DEFINES += MINIZINC_IDE_VERSION=\\\"$$VERSION\\\"
2424

2525
bundled {

0 commit comments

Comments
 (0)