aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2017-03-07 20:44:11 +0800
committerchriseth <c@ethdev.com>2017-03-07 20:44:11 +0800
commit1324ebc4bf84438715744afb9bcf1469b8e00b05 (patch)
treecab32c7ec215aaae04620545b6b400d376a121c7 /Changelog.md
parent774cdb1135dfe3f0ed8646c72326874c63bce645 (diff)
downloaddexon-solidity-1324ebc4bf84438715744afb9bcf1469b8e00b05.tar
dexon-solidity-1324ebc4bf84438715744afb9bcf1469b8e00b05.tar.gz
dexon-solidity-1324ebc4bf84438715744afb9bcf1469b8e00b05.tar.bz2
dexon-solidity-1324ebc4bf84438715744afb9bcf1469b8e00b05.tar.lz
dexon-solidity-1324ebc4bf84438715744afb9bcf1469b8e00b05.tar.xz
dexon-solidity-1324ebc4bf84438715744afb9bcf1469b8e00b05.tar.zst
dexon-solidity-1324ebc4bf84438715744afb9bcf1469b8e00b05.zip
Warn about literal constant base in exponentiation.
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 5eb1e401..115c30db 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 ``_``).