mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Merge pull request #12033 from ethereum/changelog-clarification
Clarification in changelog
This commit is contained in:
		
						commit
						a67828b9ba
					
				| @ -2,7 +2,7 @@ | ||||
| 
 | ||||
| Language Features: | ||||
|  * Inheritance: A function that overrides only a single interface function does not require the ``override`` specifier. | ||||
|  * Type System: Support ``type().min`` and ``type().max`` for enums. | ||||
|  * Type System: Support ``type(E).min`` and ``type(E).max`` for enums. | ||||
|  * User Defined Value Type: allows creating a zero cost abstraction over a value type with stricter type requirements. | ||||
| 
 | ||||
| 
 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user