aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2017-03-11 02:11:01 +0800
committerchriseth <c@ethdev.com>2017-03-11 02:23:43 +0800
commit31a5e5bfef086c1cac477661dd627fa774bc44f5 (patch)
tree9a4fb8b2a8a4b65a6c4270ce6418fef2466710a2 /Changelog.md
parent864bfafbcd77846b688ece3edb945a285b74c747 (diff)
downloaddexon-solidity-31a5e5bfef086c1cac477661dd627fa774bc44f5.tar
dexon-solidity-31a5e5bfef086c1cac477661dd627fa774bc44f5.tar.gz
dexon-solidity-31a5e5bfef086c1cac477661dd627fa774bc44f5.tar.bz2
dexon-solidity-31a5e5bfef086c1cac477661dd627fa774bc44f5.tar.lz
dexon-solidity-31a5e5bfef086c1cac477661dd627fa774bc44f5.tar.xz
dexon-solidity-31a5e5bfef086c1cac477661dd627fa774bc44f5.tar.zst
dexon-solidity-31a5e5bfef086c1cac477661dd627fa774bc44f5.zip
Do not overwrite files unless forced.
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..aa6a427d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,7 @@
### 0.4.10 (unreleased)
Features:
+ * Commandline interface: Do not overwrite files unless forced.
* Add ``assert(condition)``, which throws if condition is false.
* Introduce ``.transfer(value)`` for sending Ether.
* Code generator: Support ``revert()`` to abort with rolling back, but not consuming all gas.