aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-08-04 20:35:06 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-08-08 18:58:00 +0800
commit1ada48f61e020a32c0c1f41394ded9a83d5ba57e (patch)
treecfa812e75c27bd565f922e02b1b819fe8044e962 /Changelog.md
parentbea37e5682d83b11988e51a16848319a59c39dd3 (diff)
downloaddexon-solidity-1ada48f61e020a32c0c1f41394ded9a83d5ba57e.tar.gz
dexon-solidity-1ada48f61e020a32c0c1f41394ded9a83d5ba57e.tar.zst
dexon-solidity-1ada48f61e020a32c0c1f41394ded9a83d5ba57e.zip
Raise error when using unimplemented internal library functions.
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 8590f7b9..9087742d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -9,6 +9,7 @@ Bugfixes:
* Type Checker: Constructors must be implemented if declared.
* Type Checker: Do not mark overloaded functions as shadowing other functions.
* Type Checker: Disallow the ``.gas()`` modifier on ``ecrecover``, ``sha256`` and ``ripemd160``.
+ * Type Checker: Raise error when using unimplemented internal library functions.
### 0.4.14 (2017-07-31)