File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,24 @@ All notable changes to this project will be documented in this file.
1414
1515### Fixed
1616
17+ ## [ 0.35.0.0] - 2020-11-30
18+
19+ ### Added
20+
21+ - Added hooked function ` LIST.make ` . (#2253 )
22+
23+ ### Changed
24+
25+ - Hooked function ` LIST.update ` is ` \bottom ` for negative indices. (#2278 )
26+ - The concrete syntax of domain values in ` BYTES.Bytes ` matches the LLVM
27+ backend. (#2256 )
28+
29+ ### Fixed
30+
31+ - Execution with ` krun ` reports all stuck configurations. (#2205 )
32+ - Bug reports generated by ` kore-exec ` display the command-line options
33+ correctly. (#2245 )
34+
1735## [ 0.34.0.0] - 2020-11-16
1836
1937### 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.34 .0.0
8+ version : 0.35 .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.34 .0.0
2+ version : 0.35 .0.0
33github : " kframework/kore"
44license : NCSA
55license-file : LICENSE
You can’t perform that action at this time.
0 commit comments