Update changelog for 0.5.0

pull/226/head
cgewecke 7 years ago
parent e225910ad2
commit bdbef7d686
  1. 13
      CHANGELOG.md

@ -1,8 +1,19 @@
# Changelog
0.5.0 / 2018-04-20
==================
* Update README for 0.5.0
* Cleanup stdout/stderr streams on exit. This might stop testrpc-sc from running as a background
zombie on Linux systems, post-exit.
* Support `constructor` keyword
* Prefix instrumentation events with `emit` keyword
* (Temporarily) remove support for ternary conditional branch coverage. Solidity no longer allows
us to emit instrumentationevents within the grammatical construction @area devised to
make this possible.
0.4.15 / 2018-03-28
===================
* Update parser to allow `emit` keyword (contribution @andresilva).
* Update parser to allow `emit` keyword (contribution @andresilva).
0.4.14 / 2018-03-15
====================

Loading…
Cancel
Save