aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-14 00:18:21 +0800
committerchriseth <chris@ethereum.org>2018-03-14 00:18:46 +0800
commiteecc26deec1815191bc3405e54ef84daaba853a1 (patch)
treefee544ac1ab5b49de54366f81ef1f8beb9727dde /Changelog.md
parent8ad0fb3be3998cf509c6329f41428fcd8d0d7de5 (diff)
downloaddexon-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.md1
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)