You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
### 0.5.10 (unreleased)
1
+
### 0.5.10 (2019-06-25)
2
2
3
3
Important Bugfixes:
4
-
* Fix incorrect abi encoding of storage array of data type that occupy multiple storage slots
5
-
* Properly zero out higher order bits in elements of an array of negative numbers when assigning to storage and converting the type at the same time.
4
+
*ABIEncoderV2: Fix incorrect abi encoding of storage array of data type that occupy multiple storage slots
5
+
*Code Generator: Properly zero out higher order bits in elements of an array of negative numbers when assigning to storage and converting the type at the same time.
6
6
7
7
8
8
Compiler Features:
@@ -12,15 +12,15 @@ Compiler Features:
12
12
13
13
14
14
Bugfixes:
15
+
* Type Checker: Set state mutability of the function type members ``gas`` and ``value`` to pure (while their return type inherits state mutability from the function type).
15
16
* Yul / Inline Assembly Parser: Disallow trailing commas in function call arguments.
16
-
* Set state mutability of the function type members ``gas`` and ``value`` to pure (while their return type inherits state mutability from the function type).
17
17
18
18
19
19
Build System:
20
20
* Attempt to use stock Z3 cmake files to find Z3 and only fall back to manual discovery.
21
-
* Generate a cmake error for gcc versions older than 5.0.
22
21
* CMake: use imported targets for boost.
23
22
* Emscripten build: upgrade to boost 1.70.
23
+
* Generate a cmake error for gcc versions older than 5.0.
0 commit comments