From 1132f1ded9920112b5e04c668888ac37e81dea7e Mon Sep 17 00:00:00 2001 From: Piper Merriam Date: Fri, 26 Feb 2016 09:22:21 -0700 Subject: [PATCH] 0.7.4 release --- CHANGELOG | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index f3996de6..10d32ae5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +0.7.4 +----- + +- Bugfix for the `geth_accounts` fixture. +- Bugfix for project initialization fixtures. +- Allow returning of `indexed` event data from Event.get_log_data +- Fix EthTesterClient handling of TransactionErrors to allow continued EVM + interactions. +- Bugfix for long Unix socket paths. +- Enable whisper when running a geth instance. +- Better error output from compile errors. +- Testing bugfixes. + 0.7.3 -----