From f9603521a431f47364ce7222debfb81a662893bc Mon Sep 17 00:00:00 2001 From: Cory Dickson <7246942+gh1dra@users.noreply.github.com> Date: Mon, 28 Oct 2019 19:16:04 -0400 Subject: [PATCH] Update Changelog.md author:@erak Co-Authored-By: Erik K --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 51f716657..88618b7b1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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.