Skip to content

Commit 5206f1f

Browse files
committed
Updated CHANGELOG for v2.2.2
1 parent 6da12de commit 5206f1f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2323
- Added syntax highlight support for OpenACC
2424
([224](https://github.com/krvajal/vscode-fortran-support/pull/224))
2525

26+
## [2.2.2] - 2020-12-11
27+
28+
### Fixed
29+
30+
- Fixed fixed-form tab character at start syntax highlighting
31+
([#191](https://github.com/krvajal/vscode-fortran-support/pull/191))
32+
- Fixed `class` paranthesis erroneous syntax highlighting
33+
([#196](https://github.com/krvajal/vscode-fortran-support/issues/196))
34+
- Fixed multiline block interface syntax highlighting
35+
([#202](https://github.com/krvajal/vscode-fortran-support/issues/202))
36+
37+
### Changed
38+
39+
- Updated `package.json`
40+
([#192](https://github.com/krvajal/vscode-fortran-support/pull/192))
41+
- Rewrote solution for `select` in variable name
42+
([#203](https://github.com/krvajal/vscode-fortran-support/pull/203))
43+
2644
## [2.2.1] - 2020-04-11
2745

2846
### Fixed

0 commit comments

Comments
 (0)