From 538cff742ac90745c032262f49b03a12781ca8cd Mon Sep 17 00:00:00 2001 From: Evan Sultanik Date: Thu, 27 Jun 2019 23:45:24 -0400 Subject: [PATCH] Updated for the 0.2.3 release --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd4dd1..ed5c0ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). -## [Unreleased](https://github.com/trailofbits/etheno/compare/v0.2.2...HEAD) +## [Unreleased](https://github.com/trailofbits/etheno/compare/v0.2.3...HEAD) + +## 0.2.3 — 2019-06-27 + +### Added + +- Support for the latest version of Manticore (v0.3.0) + +### Fixed + +- Fixes a bug due to a change in the way the latest version of Truffle handles its config files +- Fixes a bug that would erroneously print a warning that the version of Manticore is too old ## 0.2.2 — 2019-04-11