diff options
author | chriseth <chris@ethereum.org> | 2018-02-19 23:44:49 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-02-19 23:45:51 +0800 |
commit | 7530592a583dcb1a02bc5c8a01bde89a399a448d (patch) | |
tree | 96eea930101bf1fa1bac0269a29082103a62e4d0 /Changelog.md | |
parent | 47a0e374e215c66324b291a5e6bede4f275c5f0f (diff) | |
download | dexon-solidity-7530592a583dcb1a02bc5c8a01bde89a399a448d.tar.gz dexon-solidity-7530592a583dcb1a02bc5c8a01bde89a399a448d.tar.zst dexon-solidity-7530592a583dcb1a02bc5c8a01bde89a399a448d.zip |
Changelog entry.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index c856839e..de0b742e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ Features: Bugfixes: + * JSON-AST: Add "documentation" property to function, event and modifier definition. * Standard JSON: catch errors properly when invalid "sources" are passed ### 0.4.20 (2018-02-14) |