Changelog entry.

This commit is contained in:
chriseth
2019-03-25 18:28:44 +01:00
parent 6b9c44d5f9
commit e0268a0658
+2
View File
@@ -1,6 +1,8 @@
### 0.5.7 (unreleased)
Important Bugfixes:
* ABIEncoderV2: Fix bugs related to loading short value types from storage when encoding a packed array or struct from storage.
* ABIEncoderV2: Fix buffer overflow problem when encoding packed array from storage.
* Optimizer: Fix wrong ordering of arguments in byte optimization rule for constants.
Language Features: