@@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
21
21
### Added
22
22
23
23
- Added syntax highlight support for OpenACC
24
- ([ 224] ( https://github.com/krvajal/vscode-fortran-support/pull/224 ) )
24
+ ([ # 224 ] ( https://github.com/krvajal/vscode-fortran-support/pull/224 ) )
25
25
26
26
## [ 2.2.2] - 2020-12-11
27
27
@@ -103,7 +103,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
103
103
### Changed
104
104
105
105
- Changed default configuration of LanguageServer to ` false `
106
- -  Update vscode minimal engine
106
+ - Update vscode minimal engine
107
107
108
108
## [ 2.0.0] - 2018-10-14
109
109
@@ -223,10 +223,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
223
223
### Added
224
224
225
225
- Show docs for intrinsic functions on hover
226
- ### Changed
226
+
227
+ ### Changed
228
+
227
229
- Updated icon for the extension
228
230
- Fix bug on linter not working
229
231
230
- ## [ Unreleased ]
232
+ ## [ 0.1.0 ]
231
233
232
234
- Initial release
235
+
236
+ [ unreleased ] : https://github.com/krvajal/vscode-fortran-support/compare/v2.2.2...HEAD
237
+ [ 2.2.2 ] : https://github.com/krvajal/vscode-fortran-support/compare/2.2.1...v2.2.1
238
+ [ 2.2.1 ] : https://github.com/krvajal/vscode-fortran-support/compare/2.2.0...v2.2.1
239
+ [ 2.2.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/2.1.0...v2.2.0
240
+ [ 2.1.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/2.0.2...2.1.0
241
+ [ 2.0.2 ] : https://github.com/krvajal/vscode-fortran-support/compare/2.0.0...2.0.2
242
+ [ 2.0.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v1.3.0...v2.0.0
243
+ [ 1.3.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v1.2.0...v1.3.0
244
+ [ 1.2.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v1.1.0...v1.2.0
245
+ [ 1.1.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v1.0.0...v1.1.0
246
+ [ 1.0.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v0.6.3...v1.0.0
247
+ [ 0.6.3 ] : https://github.com/krvajal/vscode-fortran-support/compare/v0.6.1...v0.6.3
248
+ [ 0.6.1 ] : https://github.com/krvajal/vscode-fortran-support/compare/v0.6.0...v0.6.1
249
+ [ 0.6.0 ] : https://github.com/krvajal/vscode-fortran-support/compare/v0.4.5...v0.6.0
250
+ [ 0.4.5 ] : https://github.com/krvajal/vscode-fortran-support/compare/v0.4.4...v0.4.5
251
+ [ 0.4.4 ] : https://github.com/krvajal/vscode-fortran-support/compare/tag/v0.4.4
0 commit comments