File tree 3 files changed +20
-2
lines changed 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.
14
14
15
15
### Fixed
16
16
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
+
17
35
## [ 0.34.0.0] - 2020-11-16
18
36
19
37
### 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.34 .0.0
8
+ version : 0.35 .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.34 .0.0
2
+ version : 0.35 .0.0
3
3
github : " kframework/kore"
4
4
license : NCSA
5
5
license-file : LICENSE
You can’t perform that action at this time.
0 commit comments