From 8df89c5d5b349bbf366eaf410b59a9c85c8832ad Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Tue, 8 Aug 2017 11:59:55 +0100 Subject: Disable unimplemented library functions instead --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index 9087742d..3484b369 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,9 +7,9 @@ Bugfixes: * Code Generator: ``.delegatecall()`` should always return execution outcome. * Code Generator: Provide "new account gas" for low-level ``callcode`` and ``delegatecall``. * 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. + * Type Checker: Do not mark overloaded functions as shadowing other functions. + * Type Checker: Internal library functions must be implemented if declared. ### 0.4.14 (2017-07-31) -- cgit