aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-03-11 02:25:47 +0800
committerGitHub <noreply@github.com>2017-03-11 02:25:47 +0800
commitef8b56a05823e39ffc2577af653200f22d6b15a1 (patch)
tree507b8c8194e503b073bd3cf82de058b27f08b486 /Changelog.md
parentf1dd79c7433a6c78e879a0b597b0585921838f1e (diff)
parent1324ebc4bf84438715744afb9bcf1469b8e00b05 (diff)
downloaddexon-solidity-ef8b56a05823e39ffc2577af653200f22d6b15a1.tar.gz
dexon-solidity-ef8b56a05823e39ffc2577af653200f22d6b15a1.tar.zst
dexon-solidity-ef8b56a05823e39ffc2577af653200f22d6b15a1.zip
Merge pull request #1751 from ethereum/warnLiteralExpBase
Warn if base of exponentiation operation is a literal.
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 212d84fa..89c0d883 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -6,6 +6,7 @@ Features:
* Code generator: Support ``revert()`` to abort with rolling back, but not consuming all gas.
* Inline assembly: Support ``revert`` (EIP140) as an opcode.
* Type system: Support explicit conversion of external function to address.
+ * Type system: Warn if base of exponentiation is literal (result type might be unexpected).
Bugfixes:
* Commandline interface: Always escape filenames (replace ``/``, ``:`` and ``.`` with ``_``).