aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-01-27 21:09:39 +0800
committerGitHub <noreply@github.com>2017-01-27 21:09:39 +0800
commit636e480156130ec44c5b85890ebe0c3792a75061 (patch)
tree6d8b3f3ed349171ac2abba37990d71bf1803c713 /Changelog.md
parent1774e087c7a3a64d6a0f2f45b4af3926d6d286c4 (diff)
parentc08f659634b5808a1283861939053df2584cab7d (diff)
downloaddexon-solidity-636e480156130ec44c5b85890ebe0c3792a75061.tar.gz
dexon-solidity-636e480156130ec44c5b85890ebe0c3792a75061.tar.zst
dexon-solidity-636e480156130ec44c5b85890ebe0c3792a75061.zip
Merge pull request #1451 from LefterisJP/fix_build
Accept any kind of whitespace after natspec tags
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 71a1e096..7c09407a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -14,6 +14,7 @@ Bugfixes:
* Code generator: Allow recursive structs.
* Inline assembly: Disallow variables named like opcodes.
* Type checker: Allow multiple events of the same name (but with different arities or argument types)
+ * Natspec parser: Fix error with ``@param`` parsing and whitespace.
### 0.4.8 (2017-01-13)