aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-08-25 23:08:42 +0800
committerGitHub <noreply@github.com>2017-08-25 23:08:42 +0800
commit523e76332a460945454b79180b2a86531e15b051 (patch)
treeb7c5c5a4b8a84496d4a4d7845c50462d4acb0e40 /Changelog.md
parentec6d8007db3577c7899a0ef531a8c9b632156860 (diff)
parentf6dba97fe174c95f9dd5defdd8f443c121f73956 (diff)
downloaddexon-solidity-523e76332a460945454b79180b2a86531e15b051.tar
dexon-solidity-523e76332a460945454b79180b2a86531e15b051.tar.gz
dexon-solidity-523e76332a460945454b79180b2a86531e15b051.tar.bz2
dexon-solidity-523e76332a460945454b79180b2a86531e15b051.tar.lz
dexon-solidity-523e76332a460945454b79180b2a86531e15b051.tar.xz
dexon-solidity-523e76332a460945454b79180b2a86531e15b051.tar.zst
dexon-solidity-523e76332a460945454b79180b2a86531e15b051.zip
Merge pull request #2813 from ethereum/tightpack-warn
Warn on using literals in tight packing
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 c3482c4b..670182af 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,7 @@
Features:
* Optimizer: Add new optimization step to remove unused ``JUMPDEST``s.
+ * Type Checker: Warn on using literals as tight packing parameters in ``keccak256``, ``sha3``, ``sha256`` and ``ripemd160``.
Bugfixes: