We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2169fc1 commit 60df33fCopy full SHA for 60df33f
src/hevm/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# hevm changelog
2
3
+## 0.44.1 - 2020-02-02
4
+
5
+### Changed
6
7
+- hevm cheatcodes now accept symbolic arguments, allowing e.g. symbolic jumps in time in unit tests
8
9
## 0.44.0 - 2020-01-26
10
11
### Added
@@ -22,7 +28,6 @@ following the semantics of fuzzing.
22
28
### Changed
23
29
24
30
- Use cvc4 as default smt solver
25
-- hevm cheatcodes now accept symbolic arguments, allowing e.g. symbolic jumps in time in unit tests
26
31
27
32
## 0.43.2 - 2020-12-10
33
src/hevm/hevm.cabal
@@ -2,7 +2,7 @@ cabal-version: 2.2
name:
hevm
version:
- 0.44.0
+ 0.44.1
synopsis:
Ethereum virtual machine evaluator
description:
0 commit comments