aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-14 23:21:29 +0800
committerGitHub <noreply@github.com>2018-03-14 23:21:29 +0800
commitc3f07b5294893414fd8ed1a04972fe52426ec9a9 (patch)
treee31fd1166fc530a99dec0078ced80af8161c5103 /Changelog.md
parenta5d9b05acbcbfadeb4c956f70db6f24cf226ed46 (diff)
parent9d079fd1261e40339157bff6fd46de96ae844562 (diff)
downloaddexon-solidity-c3f07b5294893414fd8ed1a04972fe52426ec9a9.tar.gz
dexon-solidity-c3f07b5294893414fd8ed1a04972fe52426ec9a9.tar.zst
dexon-solidity-c3f07b5294893414fd8ed1a04972fe52426ec9a9.zip
Merge pull request #3730 from ethereum/docstringBug
DocStringParser: Fix error message for empty parameter description.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 648af66c..a0ad6242 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -6,6 +6,7 @@ Bugfixes:
* Code Generator: Properly skip unneeded storgae array cleanup when not reducing length.
* Commandline interface: Support ``--evm-version constantinople`` properly.
* Standard JSON: Support ``constantinople`` as ``evmVersion`` properly.
+ * DocString Parser: Fix error message for empty descriptions.
### 0.4.21 (2018-03-07)