File tree Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,30 @@ All notable changes to this project will be documented in this file.
14
14
15
15
### Fixed
16
16
17
+ ## [ 0.36.0.0] - 2020-12-09
18
+
19
+ ### Added
20
+
21
+ - Added option ` --error-entries ` to turn any log entry into an error. (#2285 )
22
+
23
+ ### Changed
24
+
25
+ - ` krun ` always prints fully-simplified states. (#2299 )
26
+ - ` kore-exec ` sends terms to the SMT solver if it can infer dynamically that
27
+ they are defined at runtime. (#2287 )
28
+ - The ` kore-parser ` options ` --no-print-definition ` and ` --no-print-pattern ` are
29
+ now the default. (#2264 )
30
+
31
+ ### Deprecated
32
+
33
+ ### Removed
34
+
35
+ ### Fixed
36
+
37
+ - The performance of the parser is significantly improved. (#2189 )
38
+ - ` kore-parser ` prints a helpful error message if the ` --module ` option is
39
+ omitted where it is required. (#2254 )
40
+
17
41
## [ 0.35.0.0] - 2020-11-30
18
42
19
43
### Added
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 2.2
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name : kore
8
- version : 0.35 .0.0
8
+ version : 0.36 .0.0
9
9
description : Please see the [README](README.md) file.
10
10
category : Language
11
11
homepage : https://github.com/kframework/kore#readme
Original file line number Diff line number Diff line change 1
1
name : kore
2
- version : 0.35 .0.0
2
+ version : 0.36 .0.0
3
3
github : " kframework/kore"
4
4
license : NCSA
5
5
license-file : LICENSE
Original file line number Diff line number Diff line change 11
11
flags = { release = false ; threaded = true ; } ;
12
12
package = {
13
13
specVersion = "2.2" ;
14
- identifier = { name = "kore" ; version = "0.35 .0.0" ; } ;
14
+ identifier = { name = "kore" ; version = "0.36 .0.0" ; } ;
15
15
license = "NCSA" ;
16
16
copyright = "2018-2020 Runtime Verification Inc" ;
17
17
You can’t perform that action at this time.
0 commit comments