Skip to content

Commit 05ad031

Browse files
committed
Updates Release Notes
1 parent 09fa19f commit 05ad031

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,6 @@ function detectDeprecatedOptions() {
157157
}
158158

159159
async function showWhatsNew() {
160-
const uri = vscode.Uri.file(path.join(__dirname, '../updates/RELEASE_NOTES-v3.0.md'));
160+
const uri = vscode.Uri.file(path.join(__dirname, '../updates/RELEASE_NOTES-v3.2.md'));
161161
vscode.commands.executeCommand('markdown.showPreview', uri);
162162
}

updates/RELEASE_NOTES-v3.2.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# What's New (v3.2) <!-- omit in toc -->
2+
3+
## Changes
4+
5+
### Added
6+
7+
- Added `Modern Fortran`, `fortls` and `fpm` as keywords to the extension ([#536](https://github.com/fortran-lang/vscode-fortran-support/issues/536))
8+
9+
### Changed
10+
11+
- Changed Free and Fixed Form language aliases. `Fortran` is now associated with `FortranFreeForm` ([#536](https://github.com/fortran-lang/vscode-fortran-support/issues/536))
12+
13+
### Fixed
14+
15+
- Fixed `linter.modOutput` not working with Intel Fortran Compilers ([#538](https://github.com/fortran-lang/vscode-fortran-support/issues/538))

0 commit comments

Comments
 (0)