aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-02-11 05:41:40 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-02-11 05:41:40 +0800
commitfd7ffedead51f77135250dca29326c890f3632a2 (patch)
tree26c0b04328493181521d7a5d7025b19e81a99b40 /Changelog.md
parent8a3d4a0500e98dbca83c0217d141fcb4860986e3 (diff)
downloaddexon-solidity-fd7ffedead51f77135250dca29326c890f3632a2.tar
dexon-solidity-fd7ffedead51f77135250dca29326c890f3632a2.tar.gz
dexon-solidity-fd7ffedead51f77135250dca29326c890f3632a2.tar.bz2
dexon-solidity-fd7ffedead51f77135250dca29326c890f3632a2.tar.lz
dexon-solidity-fd7ffedead51f77135250dca29326c890f3632a2.tar.xz
dexon-solidity-fd7ffedead51f77135250dca29326c890f3632a2.tar.zst
dexon-solidity-fd7ffedead51f77135250dca29326c890f3632a2.zip
Use different wording for assert
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 e8656ac8..d383ba42 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,7 +1,7 @@
### 0.4.10 (unreleased)
Features:
- * Add ``assert(condition)`` to abort execution.
+ * Add ``assert(condition)``, which throws if condition is false.
* Type system: Support explicit conversion of external function to address.
Bugfixes: