Skip to content

Commit 4cbff8e

Browse files
committed
update changelog entries (now more recent ones appears first)
1 parent 1a8a82d commit 4cbff8e

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

CHANGELOG.md

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,81 +5,81 @@ All notable changes to this extension will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [Unreleased]
9-
10-
* Initial release
11-
12-
## [0.4.0] - 2017-05-29
8+
## [1.0.1] - 2018-03-19
139

14-
### Added
10+
### Fixed
1511

16-
* Show docs for intrinsic functions on hover
17-
### Changed
18-
* Updated icon for the extension
19-
* Fix bug on linter not working
12+
* Syntax highlighting issues (#32, #34, #36, #37, #38, #39, #41 )
2013

21-
## [0.4.4] - 2017-07-03
14+
## [0.6.3] - 2018-01-27
2215

2316
### Added
2417

25-
* Add support for old fortran languague
26-
### Fixed
27-
* Fix bug #1
28-
29-
## [0.4.5] - 2017-07-04
18+
* Configuration option to set types of symbols shown
3019

3120
### Fixed
3221

33-
* Fix intrinsic functions docs not loading
22+
* Implementation of the symbol provider now returns a promise (Fixes #21)
23+
* Symbol provider now ignores case when searching for subroutines
3424

35-
## [0.4.6] - 2017-07-04
25+
## [0.6.2] - 2018-01-01
3626

3727
### Added
3828

39-
* Add support for user configuration settings
29+
* Autoindentation rules for code blocks (thx @graceyangfan for the feature request)
4030

41-
## [0.5.0] - 2017-07-06
31+
### Fixed
4232

43-
### Added
33+
* Fixed some highlighting issues by @pedro-ricardo
4434

45-
* Add code autocompletion for intrinsic and in document declared functions
35+
## [0.5.2] - 2017-07-14
36+
37+
### Fixed
38+
39+
* A bug in the regex to parse output errors from gfortran
40+
* Now the spawn command uses the directory of the file `gfortran` is analyzing
4641

4742
## [0.5.1] - 2017-07-06
4843

4944
### Added
5045

5146
* Add `Go -> Go to symbol in file` command support for functions
5247

53-
## [0.5.2] - 2017-07-14
48+
## [0.5.0] - 2017-07-06
5449

55-
### Fixed
50+
### Added
5651

57-
* A bug in the regex to parse output errors from gfortran
58-
* Now the spawn command uses the directory of the file `gfortran` is analyzing
52+
* Add code autocompletion for intrinsic and in document declared functions
5953

60-
## [0.6.2] - 2018-01-01
54+
## [0.4.6] - 2017-07-04
6155

6256
### Added
6357

64-
* Autoindentation rules for code blocks (thx @graceyangfan for the feature request)
58+
* Add support for user configuration settings
59+
60+
## [0.4.5] - 2017-07-04
6561

6662
### Fixed
6763

68-
* Fixed some highlighting issues by @pedro-ricardo
64+
* Fix intrinsic functions docs not loading
6965

70-
## [0.6.3] - 2018-01-27
66+
## [0.4.4] - 2017-07-03
7167

7268
### Added
7369

74-
* Configuration option to set types of symbols shown
70+
* Add support for old fortran languague
71+
### Fixed
72+
* Fix bug #1
7573

76-
### Fixed
74+
## [0.4.0] - 2017-05-29
7775

78-
* Implementation of the symbol provider now returns a promise (Fixes #21)
79-
* Symbol provider now ignores case when searching for subroutines
76+
### Added
8077

81-
## [1.0.1] - 2018-03-19
78+
* Show docs for intrinsic functions on hover
79+
### Changed
80+
* Updated icon for the extension
81+
* Fix bug on linter not working
8282

83-
### Fixed
83+
## [Unreleased]
8484

85-
* Syntax highlighting issues (#32, #34, #36, #37, #38, #39, #41 )
85+
* Initial release

0 commit comments

Comments
 (0)