aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorZhen Zhang <zhen@pineapple.exchange>2018-02-27 12:31:09 +0800
committerZhen Zhang <zhen@pineapple.exchange>2018-02-28 09:31:24 +0800
commit5fd9ea4b2abf9d2498fa725cfdbdf152c3d3d15a (patch)
tree4f8247dd853e53d3372e7475b59f854cd2a6167e /Changelog.md
parent1f5eb4ba59891387c2dfcc10103c2f187bf2b4ee (diff)
downloaddexon-solidity-5fd9ea4b2abf9d2498fa725cfdbdf152c3d3d15a.tar.gz
dexon-solidity-5fd9ea4b2abf9d2498fa725cfdbdf152c3d3d15a.tar.zst
dexon-solidity-5fd9ea4b2abf9d2498fa725cfdbdf152c3d3d15a.zip
Stop allow_guessing for command line option parser
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 3af3a99d..8aa7ba0c 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -14,6 +14,7 @@ Bugfixes:
* Standalone Assembly: Do not ignore input after closing brace of top level block.
* Standard JSON: catch errors properly when invalid "sources" are passed
* Type Checker: Properly warn when using ``_offset`` and ``_slot`` for constants in inline assembly.
+ * Commandline interface: throw error if option is unknown
### 0.4.20 (2018-02-14)