@@ -7,12 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
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]
16
11
17
12
### Fixed
18
13
@@ -27,16 +22,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
27
22
` FortranFixedForm ` , an alias has been added for backwards compatibility
28
23
([ #259 ] ( https://github.com/krvajal/vscode-fortran-support/issues/259 ) )
29
24
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
-
36
25
### Removed
37
26
38
27
- Removes ` paths.js ` for detecting binaries in favour of ` which `
39
28
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
+
40
36
## [ 2.4.0]
41
37
42
38
### Changed
@@ -303,8 +299,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
303
299
304
300
- Initial release
305
301
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
308
305
[ 2.4.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.3.0...v2.4.0
309
306
[ 2.3.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.2.2...v2.3.0
310
307
[ 2.2.2 ] : https://github.com/krvajal/vscode-fortran-support/compare/2.2.1...v2.2.1
0 commit comments