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.
1414
1515### Fixed
1616
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+
1741## [ 0.35.0.0] - 2020-11-30
1842
1943### Added
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ cabal-version: 2.2
55-- see: https://github.com/sol/hpack
66
77name : kore
8- version : 0.35 .0.0
8+ version : 0.36 .0.0
99description : Please see the [README](README.md) file.
1010category : Language
1111homepage : https://github.com/kframework/kore#readme
Original file line number Diff line number Diff line change 11name : kore
2- version : 0.35 .0.0
2+ version : 0.36 .0.0
33github : " kframework/kore"
44license : NCSA
55license-file : LICENSE
Original file line number Diff line number Diff line change 1111 flags = { release = false ; threaded = true ; } ;
1212 package = {
1313 specVersion = "2.2" ;
14- identifier = { name = "kore" ; version = "0.35 .0.0" ; } ;
14+ identifier = { name = "kore" ; version = "0.36 .0.0" ; } ;
1515 license = "NCSA" ;
1616 copyright = "2018-2020 Runtime Verification Inc" ;
1717
You can’t perform that action at this time.
0 commit comments