1
0
This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
language-mzn/CHANGELOG.md
2016-01-21 15:44:33 +01:00

32 lines
1.0 KiB
Markdown

## 0.5.0 - Column matching
- The linter now indicates the right column if indicated by `mzn2fzn`
## 0.4.1
- Enables the user to disable linting in the package settings
- Fixes problem in highlighting of numerical constants
## 0.4.0
- Combines the linter and syntax highlighting package (formerly https://github.com/jjdekker/linter-mzn). I'll look into the possibility of disabling the linter extension at a later stadium.
## 0.3.2
- Removes some duplicate syntax
- Fixes the highlighting of numerical constants
## 0.3.1 - One tab too far
- Removes an tab in the forall snippet.
## 0.3.0 - Colored constraints
- Adds function coloring to all predicates documented in the 2.0 documentation.
- Adds indentation rules for parentheses
- Removes newlines from snippets (just press enter, the indentation rules will do the rest)
## 0.2.0 - Snippets
- Adds snippets for basic MZN functionalities
- Adds snippets for possible solve statements
## 0.1.1 - `endif`
- Adds syntax highlighting for the `endif` keyword
## 0.1.0 - First Release
- Basic syntax highlighting