diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-02 18:22:46 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-13 21:18:40 +0800 |
commit | b65601bb3d7050c1c46b1b6f09f31829f9f9ee63 (patch) | |
tree | 26c0bdca967451b261c63b31c238da4000bf02e1 /Changelog.md | |
parent | 03abf792c5b5e462b0d8135bf6d02fbb7bf0fe5d (diff) | |
download | dexon-solidity-b65601bb3d7050c1c46b1b6f09f31829f9f9ee63.tar.gz dexon-solidity-b65601bb3d7050c1c46b1b6f09f31829f9f9ee63.tar.zst dexon-solidity-b65601bb3d7050c1c46b1b6f09f31829f9f9ee63.zip |
Add changelog and documentation
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 f84112e8..139238fd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ Features: * Inline Assembly: Show useful error message if trying to access calldata variables. + * Inline Assembly: Support variable declaration without initial value (defaults to 0). * Type Checker: Disallow value transfers to contracts without a payable fallback function Bugfixes: |