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/).
77
88## [ Unreleased]
99
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+
1020## [ 2.5.0]
1121
1222### Added
@@ -319,7 +329,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
319329
320330- Initial release
321331
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
323334[ 2.5.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.4.3...v2.5.0
324335[ 2.4.3 ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.4.2...v2.4.3
325336[ 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