Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alygin authored and lemmy committed Apr 5, 2021
1 parent 5f0e16f commit 5257f9f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sonar.tests=tests
#sonar.test.inclusions=

sonar.sourceEncoding=UTF-8
sonar.projectVersion=1.1.0
sonar.projectVersion=1.2.0

# Exclusions for copy-paste detection
#sonar.cpd.exclusions=
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## 1.2.0 – 20th October, 2019

### Enhancements

* Filter error-traces by variable names.
* "Go to definition" and "Peek definition" code actions.
* Display parsing warnings.
* Improve support for c-style PlusCal algorithms.
* Smarter code completion.
* Notify user about significant extension updates.

### Bug fixes

* Fix capturing of "bad indentation" SANY errors.

## 1.1.0 – 2nd October, 2019

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-tlaplus",
"displayName": "TLA+",
"version": "1.1.0",
"version": "1.2.0",
"description": "TLA+ language support",
"publisher": "alygin",
"license": "MIT",
Expand Down

0 comments on commit 5257f9f

Please sign in to comment.