Skip to content

Commit c8eacbb

Browse files
committed
Ports unrelated changes from formatting branch
1 parent 2dc1932 commit c8eacbb

File tree

1 file changed

+11
-14
lines changed

1 file changed

+11
-14
lines changed

CHANGELOG.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10-
### Fixed
11-
12-
- Fixes dummy variable list erroneous syntax highlighting
13-
([#264](https://github.com/krvajal/vscode-fortran-support/issues/264))
14-
15-
## [2.4.0]
10+
## [2.4.2]
1611

1712
### Fixed
1813

@@ -27,16 +22,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2722
`FortranFixedForm`, an alias has been added for backwards compatibility
2823
([#259](https://github.com/krvajal/vscode-fortran-support/issues/259))
2924

30-
### Added
31-
32-
- Adds support for formatting with `findent` and `fprettify`
33-
([#29](https://github.com/krvajal/vscode-fortran-support/issues/29))
34-
- Adds prompts for installing Fortran IntelliSense and fortran-language-server
35-
3625
### Removed
3726

3827
- Removes `paths.js` for detecting binaries in favour of `which`
3928

29+
## [2.4.1]
30+
31+
### Fixed
32+
33+
- Fixes dummy variable list erroneous syntax highlighting
34+
([#264](https://github.com/krvajal/vscode-fortran-support/issues/264))
35+
4036
## [2.4.0]
4137

4238
### Changed
@@ -303,8 +299,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
303299

304300
- Initial release
305301

306-
[unreleased]: https://github.com/krvajal/vscode-fortran-support/compare/v2.5.0...HEAD
307-
[2.5.0]: https://github.com/krvajal/vscode-fortran-support/compare/v2.4.0...v2.5.0
302+
[unreleased]: https://github.com/krvajal/vscode-fortran-support/compare/v2.4.2...HEAD
303+
[2.4.2]: https://github.com/krvajal/vscode-fortran-support/compare/v2.4.1...v2.4.2
304+
[2.4.1]: https://github.com/krvajal/vscode-fortran-support/compare/v2.4.0...v2.4.1
308305
[2.4.0]: https://github.com/krvajal/vscode-fortran-support/compare/v2.3.0...v2.4.0
309306
[2.3.0]: https://github.com/krvajal/vscode-fortran-support/compare/v2.2.2...v2.3.0
310307
[2.2.2]: https://github.com/krvajal/vscode-fortran-support/compare/2.2.1...v2.2.1

0 commit comments

Comments
 (0)