Changelog.

This commit is contained in:
chriseth 2018-09-06 16:44:59 +02:00
parent 30578cad81
commit 55e4532c72

View File

@ -2,6 +2,9 @@
Bugfixes:
* Type Checker: Report error when using structs in events without experimental ABIEncoderV2. This used to crash or log the wrong values.
* Parser: Treat unicode line endings as terminating strings and single-line comments.
* Parser: Disallow unterminated multi-line comments at the end of input.
* Parser: Treat ``/** /`` as unterminated multi-line comment.
### 0.4.24 (2018-05-16)