mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #6996 from ethereum/prepareChangelog
Prepare changelog for 0.5.10 release.
This commit is contained in:
		
						commit
						f4656c7321
					
				
							
								
								
									
										10
									
								
								Changelog.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								Changelog.md
									
									
									
									
									
								
							| @ -1,8 +1,8 @@ | |||||||
| ### 0.5.10 (unreleased) | ### 0.5.10 (2019-06-25) | ||||||
| 
 | 
 | ||||||
| Important Bugfixes: | Important Bugfixes: | ||||||
|  * Fix incorrect abi encoding of storage array of data type that occupy multiple storage slots |  * ABIEncoderV2: Fix incorrect abi encoding of storage array of data type that occupy multiple storage slots | ||||||
|  * 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. |  * 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. | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| Compiler Features: | Compiler Features: | ||||||
| @ -12,15 +12,15 @@ Compiler Features: | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| Bugfixes: | Bugfixes: | ||||||
|  |  * 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). | ||||||
|  * Yul / Inline Assembly Parser: Disallow trailing commas in function call arguments. |  * Yul / Inline Assembly Parser: Disallow trailing commas in function call arguments. | ||||||
|  * Set state mutability of the function type members ``gas`` and ``value`` to pure (while their return type inherits state mutability from the function type). |  | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| Build System: | Build System: | ||||||
|  * Attempt to use stock Z3 cmake files to find Z3 and only fall back to manual discovery. |  * Attempt to use stock Z3 cmake files to find Z3 and only fall back to manual discovery. | ||||||
|  * Generate a cmake error for gcc versions older than 5.0. |  | ||||||
|  * CMake: use imported targets for boost. |  * CMake: use imported targets for boost. | ||||||
|  * Emscripten build: upgrade to boost 1.70. |  * Emscripten build: upgrade to boost 1.70. | ||||||
|  |  * Generate a cmake error for gcc versions older than 5.0. | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -740,6 +740,10 @@ | |||||||
|         ], |         ], | ||||||
|         "released": "2018-12-03" |         "released": "2018-12-03" | ||||||
|     }, |     }, | ||||||
|  |     "0.5.10": { | ||||||
|  |         "bugs": [], | ||||||
|  |         "released": "2019-06-25" | ||||||
|  |     }, | ||||||
|     "0.5.2": { |     "0.5.2": { | ||||||
|         "bugs": [ |         "bugs": [ | ||||||
|             "SignedArrayStorageCopy", |             "SignedArrayStorageCopy", | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user