Update Changelog.md

author:@erak

Co-Authored-By: Erik K <erik@zirkular.io>
This commit is contained in:
Cory Dickson 2019-10-28 19:16:04 -04:00 committed by chriseth
parent a94d22e5fe
commit f9603521a4

View File

@ -14,7 +14,7 @@ Breaking changes:
* Syntax: Abstract contracts need to be marked explicitly as abstract by using the ``abstract`` keyword.
* Inline Assembly: Only strict inline assembly is allowed.
* Type checker: Resulting type of exponentiation is equal to the type of the base. Also allow signed types for the base.
* Natspec JSON Interface: Support multiple ``@return`` statements in dev documentation to behave like parameters where the first word in the entry must contain the name.
* Natspec JSON Interface: Properly support multiple ``@return`` statements in ``@dev`` documentation and enforce named return parameters to be mentioned documentation.
* Source mappings: Add "modifier depth" as a fifth field in the source mappings.