mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #8070 from ethereum/tryCatchChangelog
Changelog entry for try/catch.
This commit is contained in:
		
						commit
						07a56625e4
					
				| @ -45,6 +45,7 @@ Language Features: | |||||||
|  * Allow global enums and structs. |  * Allow global enums and structs. | ||||||
|  * Allow public variables to override external functions. |  * Allow public variables to override external functions. | ||||||
|  * Allow underscores as delimiters in hex strings. |  * Allow underscores as delimiters in hex strings. | ||||||
|  |  * Allow to react on failing external calls using ``try`` and ``catch``. | ||||||
|  * Introduce syntax for array slices and implement them for dynamic calldata arrays. |  * Introduce syntax for array slices and implement them for dynamic calldata arrays. | ||||||
|  * Introduce ``push()`` for dynamic storage arrays. It returns a reference to the newly allocated element, if applicable. |  * Introduce ``push()`` for dynamic storage arrays. It returns a reference to the newly allocated element, if applicable. | ||||||
|  * Introduce ``virtual`` and ``override`` keywords. |  * Introduce ``virtual`` and ``override`` keywords. | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user