File tree Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Expand file tree Collapse file tree 4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,17 @@ All notable changes to this project will be documented in this file.
14
14
15
15
### Fixed
16
16
17
+ ## [ 0.40.0.0] - 2021-02-17
18
+
19
+ ### Fixed
20
+
21
+ - When a function equation is rejected for having the wrong form, the source
22
+ location of the rule is displayed. (#2408 )
23
+ - When a function cannot be evaluated because it was not given any rules, the
24
+ source location of the function declaration is displayed. (#2377 )
25
+ - When the proof of a reachability claim is stuck, the source location of the
26
+ original claim is displayed. (#2377 )
27
+
17
28
## [ 0.39.0.0] - 2021-02-04
18
29
19
30
### Added
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ cabal-version: 2.2
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
--
7
- -- hash: 999e1c394d84530678f479451e3ecface6622df87771c72c3aa313a406716b15
7
+ -- hash: 3d55d4e48de30558077ae922d1e28eb952053eba723c498c6844dbb35e799899
8
8
9
9
name : kore
10
- version : 0.39 .0.0
10
+ version : 0.40 .0.0
11
11
description : Please see the [README](README.md) file.
12
12
category : Language
13
13
homepage : https://github.com/kframework/kore#readme
Original file line number Diff line number Diff line change 1
1
name : kore
2
- version : 0.39 .0.0
2
+ version : 0.40 .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.39 .0.0" ; } ;
14
+ identifier = { name = "kore" ; version = "0.40 .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