Skip to content

Commit f4656c7

Browse files
authored
Merge pull request #6996 from ethereum/prepareChangelog
Prepare changelog for 0.5.10 release.
2 parents 930ce34 + a03687c commit f4656c7

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

Changelog.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
### 0.5.10 (unreleased)
1+
### 0.5.10 (2019-06-25)
22

33
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.
66

77

88
Compiler Features:
@@ -12,15 +12,15 @@ Compiler Features:
1212

1313

1414
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).
1516
* 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).
1717

1818

1919
Build System:
2020
* 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.
2221
* CMake: use imported targets for boost.
2322
* Emscripten build: upgrade to boost 1.70.
23+
* Generate a cmake error for gcc versions older than 5.0.
2424

2525

2626

docs/bugs_by_version.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,10 @@
740740
],
741741
"released": "2018-12-03"
742742
},
743+
"0.5.10": {
744+
"bugs": [],
745+
"released": "2019-06-25"
746+
},
743747
"0.5.2": {
744748
"bugs": [
745749
"SignedArrayStorageCopy",

0 commit comments

Comments
 (0)