diff options
author | chriseth <chris@ethereum.org> | 2018-03-14 00:18:21 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-03-14 00:18:46 +0800 |
commit | eecc26deec1815191bc3405e54ef84daaba853a1 (patch) | |
tree | fee544ac1ab5b49de54366f81ef1f8beb9727dde /Changelog.md | |
parent | 8ad0fb3be3998cf509c6329f41428fcd8d0d7de5 (diff) | |
download | dexon-solidity-eecc26deec1815191bc3405e54ef84daaba853a1.tar.gz dexon-solidity-eecc26deec1815191bc3405e54ef84daaba853a1.tar.zst dexon-solidity-eecc26deec1815191bc3405e54ef84daaba853a1.zip |
Make external library functions accessible.
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 648af66c..58b93972 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ Bugfixes: * Code Generator: Properly skip unneeded storgae array cleanup when not reducing length. * Commandline interface: Support ``--evm-version constantinople`` properly. * Standard JSON: Support ``constantinople`` as ``evmVersion`` properly. + * Type System: Make external library functions accessible. ### 0.4.21 (2018-03-07) |