Skip to content

Commit 6f10935

Browse files
committed
docs: update CHANGELOG
1 parent 2e6420b commit 6f10935

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,21 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
### Added
1111

12+
- Added capability for linter options to update automatically when settings change
13+
([#623](https://github.com/fortran-lang/vscode-fortran-support/pull/623))
14+
- Added unittests for `spawnAsPromise` to increase test coverage
15+
([#623](https://github.com/fortran-lang/vscode-fortran-support/pull/623))
1216
- Added option to set the verbosity of the Output Channel
1317
([#606](https://github.com/fortran-lang/vscode-fortran-support/pull/606))
1418
- Added increased logging messages in various parts of the extension
1519
([#606](https://github.com/fortran-lang/vscode-fortran-support/pull/606))
1620

1721
### Changed
1822

23+
- Changed the linter to be asynchronous, should imprpove performance
24+
([#623](https://github.com/fortran-lang/vscode-fortran-support/pull/623))
25+
- Changed native `SymbolProvider` to use non-deprecated constructor
26+
([#623](https://github.com/fortran-lang/vscode-fortran-support/pull/623))
1927
- Changed how caching is performed in the linter; generalised code and improved
2028
performance of the cache
2129
([#611](https://github.com/fortran-lang/vscode-fortran-support/pull/611))
@@ -30,9 +38,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3038

3139
### Fixed
3240

41+
- Fixed issues with linter unittests running asynchronously
42+
([#623](https://github.com/fortran-lang/vscode-fortran-support/pull/623))
3343
- Fixed `npm run watch-dev` not syncing changes to spawned Extension Dev Host
3444
([#602](https://github.com/fortran-lang/vscode-fortran-support/issues/602))
3545

46+
### Removed
47+
48+
- Removed unused tokenizer code
49+
([#623](https://github.com/fortran-lang/vscode-fortran-support/pull/623))
50+
3651
## [3.2.0]
3752

3853
### Added

0 commit comments

Comments
 (0)