Changelog entry.

This commit is contained in:
chriseth 2019-12-29 15:14:43 +01:00
parent 92c3511f47
commit 1c2096a360

View File

@ -1,9 +1,14 @@
### 0.5.16 (2020-01-02)
Bugfixes:
* Yul Optimizer: Fix bug in redundant assignment remover in combination with break and continue statements.
### 0.5.15 (2019-12-17)
Bugfixes:
* Yul Optimizer: Fix incorrect redundant load optimization crossing user-defined functions that contain for-loops with memory / storage writes.
### 0.5.14 (2019-12-09)
Language Features: