File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,18 @@ All notable changes to this project will be documented in this file.
1414
1515### Fixed
1616
17+ ## [ 0.41.0.0] - 2021-03-05
18+
19+ ### Changed
20+
21+ - Clauses in the side condition of a configuration are considered when
22+ simplifying applying equations to other clauses in the side condition (#2393 ).
23+
24+ ### Fixed
25+
26+ - Values of the ` BYTES.Bytes ` sort are unparsed in the correct 8-bit encoding
27+ instead of the base-16 encoding. (#2411 )
28+
1729## [ 0.40.0.0] - 2021-02-17
1830
1931### Fixed
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ cabal-version: 2.2
44--
55-- see: https://github.com/sol/hpack
66--
7- -- hash: 03c98e7a7113ac321409caf3539c3987574f8cb7fa4049e7fb285d8c462de491
7+ -- hash: 2702a5d875e9f185a4aedc5fdcafa951249ccd4ef5edab6f1e96689991c8f13f
88
99name : kore
10- version : 0.40 .0.0
10+ version : 0.41 .0.0
1111description : Please see the [README](README.md) file.
1212category : Language
1313homepage : https://github.com/kframework/kore#readme
Original file line number Diff line number Diff line change 11name : kore
2- version : 0.40 .0.0
2+ version : 0.41 .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.40 .0.0" ; } ;
14+ identifier = { name = "kore" ; version = "0.41 .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