File tree 2 files changed +11
-3
lines changed 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this extension will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ 1.2.0] - 2018-05-25
9
+
10
+ ### Fixed
11
+ * Linter was broken in previous version (#55 )
12
+ * Symbol listing was failing for subroutine without brackets (#61 )
13
+
14
+ ### Added
15
+ * Improved indentation rules (#57 )
16
+ * Better syntax highlighting of module names (#51 )
17
+
8
18
## [ 1.1.0] - 2018-04-16
9
19
10
20
### Fixed
@@ -15,8 +25,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
15
25
16
26
* Improvements on preprocessor directives highlighting
17
27
18
- ## [ 0.6.3] - 2018-01-27
19
-
20
28
## [ 1.0.1] - 2018-03-19
21
29
22
30
### Fixed
Original file line number Diff line number Diff line change 3
3
"displayName" : " Modern Fortran" ,
4
4
"description" :
5
5
" Modern Fortran language support, including syntax highlighting and error detection." ,
6
- "version" : " 1.1 .0" ,
6
+ "version" : " 1.2 .0" ,
7
7
"publisher" : " krvajalm" ,
8
8
"engines" : {
9
9
"vscode" : " ^1.19.0"
You can’t perform that action at this time.
0 commit comments