Skip to content

Commit 43cc850

Browse files
committed
Minor aesthetic improvements to CHANGELOG
1 parent 360c62b commit 43cc850

File tree

1 file changed

+23
-4
lines changed

1 file changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 23 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2121
### Added
2222

2323
- 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))
2525

2626
## [2.2.2] - 2020-12-11
2727

@@ -103,7 +103,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
103103
### Changed
104104

105105
- Changed default configuration of LanguageServer to `false`
106-
- Update vscode minimal engine
106+
- Update vscode minimal engine
107107

108108
## [2.0.0] - 2018-10-14
109109

@@ -223,10 +223,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
223223
### Added
224224

225225
- Show docs for intrinsic functions on hover
226-
### Changed
226+
227+
### Changed
228+
227229
- Updated icon for the extension
228230
- Fix bug on linter not working
229231

230-
## [Unreleased]
232+
## [0.1.0]
231233

232234
- 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

Comments
 (0)