aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-08-08 18:59:55 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-08-08 19:42:10 +0800
commit8df89c5d5b349bbf366eaf410b59a9c85c8832ad (patch)
tree5a908888f2d0380653879f6673907e4ee6eca060 /Changelog.md
parent1ada48f61e020a32c0c1f41394ded9a83d5ba57e (diff)
downloaddexon-solidity-8df89c5d5b349bbf366eaf410b59a9c85c8832ad.tar.gz
dexon-solidity-8df89c5d5b349bbf366eaf410b59a9c85c8832ad.tar.zst
dexon-solidity-8df89c5d5b349bbf366eaf410b59a9c85c8832ad.zip
Disable unimplemented library functions instead
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md4
1 files changed, 2 insertions, 2 deletions
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)