File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
Expand file tree Collapse file tree 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.
66
77### Added
88
9+ ### Changed
10+
11+ ### Deprecated
12+
13+ ### Removed
14+
15+ ### Fixed
16+
17+ ## [ 0.19.0.0] - 2020-04-15
18+
19+ ### Added
20+
921- Added options for debugging equation application:
1022 - ` --debug-attempt-equation `
1123 - ` --debug-apply-equation `
@@ -18,6 +30,10 @@ All notable changes to this project will be documented in this file.
1830
1931- Applying equation-based rules (primarily function rules and simplification rules) is more efficient.
2032- 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.
2137
2238### Removed
2339
@@ -30,7 +46,7 @@ All notable changes to this project will be documented in this file.
3046 - ` DebugAxiomEvaluation `
3147 - ` DebugSkipSimplification `
3248
33- ## [ 0.1.0] - 2018-01-17
49+ ## [ 0.0. 1.0] - 2018-01-17
3450
3551### Added
3652
Original file line number Diff line number Diff line change 11name : kore
2- version : 0.0.1 .0
2+ version : 0.19.0 .0
33github : " kframework/kore"
44license : NCSA
55license-file : LICENSE
66author : " Virgil Serbanuta"
778- copyright : " 2018-2019 Runtime Verification Inc"
8+ copyright : " 2018-2020 Runtime Verification Inc"
99category : Language
1010
1111extra-source-files :
You can’t perform that action at this time.
0 commit comments