aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-19 19:26:11 +0800
committerchriseth <chris@ethereum.org>2018-12-19 21:59:29 +0800
commit900d100700d6b7ba347bae9779aa7f540387fee8 (patch)
tree2126ec1e198cb96a35118e5a236feb432ff5c4b5
parent4c7151e57f90c2b0d7a47ff7d6470da54bae00f0 (diff)
downloaddexon-solidity-900d100700d6b7ba347bae9779aa7f540387fee8.tar.gz
dexon-solidity-900d100700d6b7ba347bae9779aa7f540387fee8.tar.zst
dexon-solidity-900d100700d6b7ba347bae9779aa7f540387fee8.zip
Changelog entry.
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 60e3904c..428a0be0 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -11,6 +11,7 @@ Compiler Features:
* Code Generator: Use binary search for dispatch function if more efficient. The size/speed tradeoff can be tuned using ``--optimize-runs``.
* Compiler Interface: Disallow unknown keys in standard JSON input.
* SMTChecker: Support mathematical and cryptographic functions in an uninterpreted way.
+ * Standard JSON interface: Only run code generation if it has been requested. This could lead to unsupported feature errors only being reported at the point where you request bytecode.
* Static Analyzer: Do not warn about unused variables or state mutability for functions with an empty body.
* Type Checker: Add an additional reason to be displayed when type conversion fails.
* Yul: Support object access via ``datasize``, ``dataoffset`` and ``datacopy`` in standalone assembly mode.