Update Changelog.md

author:@erak

Co-Authored-By: Erik K <erik@zirkular.io>
This commit is contained in:
Cory Dickson
2019-11-06 21:45:15 +01:00
committed by chriseth
co-authored by Erik K
parent a94d22e5fe
commit f9603521a4
+1 -1
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.