File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## [ 0.50.2 ] - 2023-01-06
9
9
10
10
### Fixed
11
11
12
- - Arithmetic overflow in concrete ` SAR ` edge case
13
- - Unnecessary application of ` CopySlice ` in concrete edge case
12
+ - Arithmetic overflow in concrete ` SAR ` edge case ( [ # 163 ] ( https://github.com/ethereum/hevm/pull/163 ) )
13
+ - Unexpected abstract term application during fully concrete execution ( [ # 163 ] ( https://github.com/ethereum/hevm/pull/163 ) )
14
14
15
15
## [ 0.50.1] - 2022-12-29
16
16
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cabal-version: 3.0
2
2
name :
3
3
hevm
4
4
version :
5
- 0.50.1
5
+ 0.50.2
6
6
synopsis :
7
7
Ethereum virtual machine evaluator
8
8
description :
You can’t perform that action at this time.
0 commit comments