aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2016-11-10 22:56:12 +0800
committerYoichi Hirai <i@yoichihirai.com>2016-12-01 00:41:58 +0800
commit7959ee49beb664238e58dcb589f386b2dff7438c (patch)
tree66b0b33138e78c85c15861616ddb53912e34c713 /Changelog.md
parentfb9babce54f76251b9616f192822e0c015411159 (diff)
downloaddexon-solidity-7959ee49beb664238e58dcb589f386b2dff7438c.tar.gz
dexon-solidity-7959ee49beb664238e58dcb589f386b2dff7438c.tar.zst
dexon-solidity-7959ee49beb664238e58dcb589f386b2dff7438c.zip
docs: describe when and how overflown values are cleaned
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 86e0125a..ea1b1b58 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,7 +5,7 @@ Features:
Bugfixes:
* Type checker: string literals that are not valid UTF-8 cannot be converted to string type
- * Code generator: higher bits in a boolean argument are ignored.
+ * Code generator: any non-zero value given as a boolean argument is now converted into 1.
### 0.4.6 (2016-11-22)