diff options
author | chriseth <chris@ethereum.org> | 2018-11-13 17:58:51 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-11-22 02:28:42 +0800 |
commit | 69afd094aca6679f3a6c3efccd91aeeefba028b2 (patch) | |
tree | b8dc12d529db55004a9a0ac2b083c1d7064c5a19 | |
parent | 82055cbb615054725770dc9781b53e751c257474 (diff) | |
download | dexon-solidity-69afd094aca6679f3a6c3efccd91aeeefba028b2.tar.gz dexon-solidity-69afd094aca6679f3a6c3efccd91aeeefba028b2.tar.zst dexon-solidity-69afd094aca6679f3a6c3efccd91aeeefba028b2.zip |
Changelog entry.
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 449798a4..df1c6d40 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,7 @@ Compiler Features: Bugfixes: + * Assembly output: Do not mix in/out jump annotations with arguments. Build System: * Emscripten: Upgrade to Emscripten SDK 1.37.21 and boost 1.67. |