aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-15 01:07:55 +0800
committerGitHub <noreply@github.com>2018-03-15 01:07:55 +0800
commit78abe81f0874f65b02ddc0529b4bd0ce93fa52a2 (patch)
treed8d1e8db2f7012aaabb84f134594ee4afa6a201e /Changelog.md
parenteecc26deec1815191bc3405e54ef84daaba853a1 (diff)
parentd0c96d53e90be5e58d8fef2e77fbd71baf2027ba (diff)
downloaddexon-solidity-78abe81f0874f65b02ddc0529b4bd0ce93fa52a2.tar.gz
dexon-solidity-78abe81f0874f65b02ddc0529b4bd0ce93fa52a2.tar.zst
dexon-solidity-78abe81f0874f65b02ddc0529b4bd0ce93fa52a2.zip
Merge branch 'develop' into externalFunctionsInLibraries
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 58b93972..e9a9548d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,8 +3,11 @@
Features:
Bugfixes:
+ * Code Generator: Allow ``block.blockhash`` without being called.
* Code Generator: Properly skip unneeded storgae array cleanup when not reducing length.
+ * Code Generator: Bugfix in modifier lookup in libraries.
* Commandline interface: Support ``--evm-version constantinople`` properly.
+ * DocString Parser: Fix error message for empty descriptions.
* Standard JSON: Support ``constantinople`` as ``evmVersion`` properly.
* Type System: Make external library functions accessible.