Missed changelog entry.

This commit is contained in:
chriseth 2018-05-14 17:39:02 +02:00
parent 0f5b6f0f6a
commit c911e08283

View File

@ -1,7 +1,9 @@
### 0.5.0 (unreleased)
Breaking Changes:
* Disallow conversions between bytesX and uintY of different size.
* Commandline interface: Require ``-`` if standard input is used as source.
* Type Checker: Disallow arithmetic operations for Boolean variables.
Features: