aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-01 00:42:14 +0800
committerGitHub <noreply@github.com>2018-03-01 00:42:14 +0800
commit9e3da89a7a0753e869b4668f9587385c9b37ba8d (patch)
tree0dbf9a21a2f3a7543dd78227600e44098235d41f /Changelog.md
parent7938339572d8f2f1ab4f9ef335076250f1f09b6c (diff)
parent5fd9ea4b2abf9d2498fa725cfdbdf152c3d3d15a (diff)
downloaddexon-solidity-9e3da89a7a0753e869b4668f9587385c9b37ba8d.tar
dexon-solidity-9e3da89a7a0753e869b4668f9587385c9b37ba8d.tar.gz
dexon-solidity-9e3da89a7a0753e869b4668f9587385c9b37ba8d.tar.bz2
dexon-solidity-9e3da89a7a0753e869b4668f9587385c9b37ba8d.tar.lz
dexon-solidity-9e3da89a7a0753e869b4668f9587385c9b37ba8d.tar.xz
dexon-solidity-9e3da89a7a0753e869b4668f9587385c9b37ba8d.tar.zst
dexon-solidity-9e3da89a7a0753e869b4668f9587385c9b37ba8d.zip
Merge pull request #3607 from izgzhen/complain-unknown-params
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 4fbbc8e7..e027e8ad 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -17,6 +17,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)