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.
14
14
15
15
### Fixed
16
16
17
+ ## [ 0.47.0.0] - 2021-06-02
18
+
19
+ ### Added
20
+
21
+ - The hook ` KEQUALS.neq ` eagerly returns ` false ` when two symbolic patterns are
22
+ equal. (#2634 )
23
+ - The hooks ` BYTES.decodeBytes ` and ` BYTES.encodeBytes ` are implemented. (#2619 )
24
+ - The warning ` WarnIfLowProductivity ` indicates the definition where the warning
25
+ occurred. (#2594 )
26
+ - ` kore-repl ` records effect-ful commands from the current session when it
27
+ saves a bug report. (#2614 )
28
+
29
+ ### Fixed
30
+
31
+ - The definitions of functions in ` prelude.kore ` are rewritten in the format
32
+ expected by the LLVM backend. (#2629 )
33
+ - ` \next ` is correctly distributed over ` \or ` during simplification. (#2608 )
34
+
17
35
## [ 0.45.0.0] - 2021-05-10
18
36
19
37
### Fixed
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : kore
3
- version : 0.45 .0.0
3
+ version : 0.47 .0.0
4
4
description : Please see the [README](README.md) file.
5
5
category : Language
6
6
homepage : https://github.com/kframework/kore#readme
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.45 .0.0" ; } ;
14
+ identifier = { name = "kore" ; version = "0.47 .0.0" ; } ;
15
15
license = "NCSA" ;
16
16
copyright = "2018-2021 Runtime Verification Inc" ;
17
17
You can’t perform that action at this time.
0 commit comments