aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-05-14 23:39:02 +0800
committerchriseth <chris@ethereum.org>2018-05-17 00:32:47 +0800
commitc911e08283b764a8e0a8986a95e7caba06bc3185 (patch)
treed2141c6053ff519ca0e71d1c30e5fa2ca59933fe
parent0f5b6f0f6abc945e7089640630c10ec4cf02cb56 (diff)
downloaddexon-solidity-c911e08283b764a8e0a8986a95e7caba06bc3185.tar.gz
dexon-solidity-c911e08283b764a8e0a8986a95e7caba06bc3185.tar.zst
dexon-solidity-c911e08283b764a8e0a8986a95e7caba06bc3185.zip
Missed changelog entry.
-rw-r--r--Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 98bb5f0a..4fa6ae55 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,7 +1,9 @@
### 0.5.0 (unreleased)
+
Breaking Changes:
* Disallow conversions between bytesX and uintY of different size.
+ * Commandline interface: Require ``-`` if standard input is used as source.
* Type Checker: Disallow arithmetic operations for Boolean variables.
Features: