aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-07-02 18:22:46 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-07-13 21:18:40 +0800
commitb65601bb3d7050c1c46b1b6f09f31829f9f9ee63 (patch)
tree26c0bdca967451b261c63b31c238da4000bf02e1 /Changelog.md
parent03abf792c5b5e462b0d8135bf6d02fbb7bf0fe5d (diff)
downloaddexon-solidity-b65601bb3d7050c1c46b1b6f09f31829f9f9ee63.tar
dexon-solidity-b65601bb3d7050c1c46b1b6f09f31829f9f9ee63.tar.gz
dexon-solidity-b65601bb3d7050c1c46b1b6f09f31829f9f9ee63.tar.bz2
dexon-solidity-b65601bb3d7050c1c46b1b6f09f31829f9f9ee63.tar.lz
dexon-solidity-b65601bb3d7050c1c46b1b6f09f31829f9f9ee63.tar.xz
dexon-solidity-b65601bb3d7050c1c46b1b6f09f31829f9f9ee63.tar.zst
dexon-solidity-b65601bb3d7050c1c46b1b6f09f31829f9f9ee63.zip
Add changelog and documentation
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 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: