File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 2.6.0]
11
+
12
+ ### Added
13
+
14
+ - Adds support for variable and path interpolation along with glob expressions
15
+ ([ #231 ] ( https://github.com/krvajal/vscode-fortran-support/issues/231 ) )
16
+ ([ #86 ] ( https://github.com/krvajal/vscode-fortran-support/issues/86 ) )
17
+ - Adds explicit option ` linterModOutput ` for module output
18
+ ([ #176 ] ( https://github.com/krvajal/vscode-fortran-support/issues/176 ) )
19
+
10
20
## [ 2.5.0]
11
21
12
22
### Added
@@ -319,7 +329,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
319
329
320
330
- Initial release
321
331
322
- [ unreleased ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.5.0...HEAD
332
+ [ unreleased ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.6.0...HEAD
333
+ [ 2.6.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.5.0...v2.6.0
323
334
[ 2.5.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.4.3...v2.5.0
324
335
[ 2.4.3 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.4.2...v2.4.3
325
336
[ 2.4.2 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.4.1...v2.4.2
You can’t perform that action at this time.
0 commit comments