From 1ada48f61e020a32c0c1f41394ded9a83d5ba57e Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Fri, 4 Aug 2017 13:35:06 +0100 Subject: Raise error when using unimplemented internal library functions. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog.md') 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) -- cgit