Skip to content

Commit 07d9cf0

Browse files
committed
Updates CHANGESLOG
1 parent 8551777 commit 07d9cf0

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)