File tree 2 files changed +19
-3
lines changed
2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ All notable changes to this project will be documented in this file.
6
6
7
7
### Added
8
8
9
+ ### Changed
10
+
11
+ ### Deprecated
12
+
13
+ ### Removed
14
+
15
+ ### Fixed
16
+
17
+ ## [ 0.19.0.0] - 2020-04-15
18
+
19
+ ### Added
20
+
9
21
- Added options for debugging equation application:
10
22
- ` --debug-attempt-equation `
11
23
- ` --debug-apply-equation `
@@ -18,6 +30,10 @@ All notable changes to this project will be documented in this file.
18
30
19
31
- Applying equation-based rules (primarily function rules and simplification rules) is more efficient.
20
32
- Equations may not have free variables occurring only on the right-hand side.
33
+ - Command-line options that expect a module name check that their argument is a _ valid_ module name.
34
+ - The log displays the context of each entry.
35
+ - The log displays the _ type_ of each context to be used with option ` --log-entries ` for more information.
36
+ - The format of parsing and validation errors is more similar to other parsers and compilers.
21
37
22
38
### Removed
23
39
@@ -30,7 +46,7 @@ All notable changes to this project will be documented in this file.
30
46
- ` DebugAxiomEvaluation `
31
47
- ` DebugSkipSimplification `
32
48
33
- ## [ 0.1.0] - 2018-01-17
49
+ ## [ 0.0. 1.0] - 2018-01-17
34
50
35
51
### Added
36
52
Original file line number Diff line number Diff line change 1
1
name : kore
2
- version : 0.0.1 .0
2
+ version : 0.19.0 .0
3
3
github : " kframework/kore"
4
4
license : NCSA
5
5
license-file : LICENSE
6
6
author : " Virgil Serbanuta"
7
7
8
- copyright : " 2018-2019 Runtime Verification Inc"
8
+ copyright : " 2018-2020 Runtime Verification Inc"
9
9
category : Language
10
10
11
11
extra-source-files :
You can’t perform that action at this time.
0 commit comments