aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-06-30 22:37:08 +0800
committerchriseth <chris@ethereum.org>2017-06-30 22:37:32 +0800
commit044058276ea27b3d43622b28416ad4dc41091a31 (patch)
tree9117848d13230d9db2378fa2e9f659ce0d0942db /Changelog.md
parent735c977db1824436d09d8e7a5c120fcab21003c3 (diff)
downloaddexon-solidity-044058276ea27b3d43622b28416ad4dc41091a31.tar
dexon-solidity-044058276ea27b3d43622b28416ad4dc41091a31.tar.gz
dexon-solidity-044058276ea27b3d43622b28416ad4dc41091a31.tar.bz2
dexon-solidity-044058276ea27b3d43622b28416ad4dc41091a31.tar.lz
dexon-solidity-044058276ea27b3d43622b28416ad4dc41091a31.tar.xz
dexon-solidity-044058276ea27b3d43622b28416ad4dc41091a31.tar.zst
dexon-solidity-044058276ea27b3d43622b28416ad4dc41091a31.zip
Warn about callcode.
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 8b44934d..4f224d5b 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -16,6 +16,7 @@ Features:
* Code Generator: Added the Whiskers template system.
* Remove obsolete Why3 output.
* Type Checker: Enforce strict UTF-8 validation.
+ * Static Analyzer: Warn about deprecation of ``callcode``.
Bugfixes:
* Code generator: Use ``REVERT`` instead of ``INVALID`` for generated input validation routines.