From c7209291ef459878414da3193a1bfc83bb405831 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Sun, 10 Jan 2016 23:39:34 +0100 Subject: [PATCH] Adds changes to the changelog --- CHANGELOG.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d63139..764f54e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,21 @@ +## 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. +- 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) +- 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 +- Adds snippets for basic MZN functionalities +- Adds snippets for possible solve statements ## 0.1.1 - `endif` -* Adds syntax highlighting for the `endif` keyword +- Adds syntax highlighting for the `endif` keyword ## 0.1.0 - First Release -* Basic syntax highlighting +- Basic syntax highlighting