aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-09-30 02:05:39 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-10-05 03:30:14 +0800
commita0394a1bfadb93b1f697b43bf52750bbff02af37 (patch)
tree0b9b5af1f6099d6041f70fff28fed0bd751be01f /Changelog.md
parentf96e932243273050fcf2bd4ba89d80412252a9d9 (diff)
downloaddexon-solidity-a0394a1bfadb93b1f697b43bf52750bbff02af37.tar
dexon-solidity-a0394a1bfadb93b1f697b43bf52750bbff02af37.tar.gz
dexon-solidity-a0394a1bfadb93b1f697b43bf52750bbff02af37.tar.bz2
dexon-solidity-a0394a1bfadb93b1f697b43bf52750bbff02af37.tar.lz
dexon-solidity-a0394a1bfadb93b1f697b43bf52750bbff02af37.tar.xz
dexon-solidity-a0394a1bfadb93b1f697b43bf52750bbff02af37.tar.zst
dexon-solidity-a0394a1bfadb93b1f697b43bf52750bbff02af37.zip
Restrict contracts compiled via outputSelection (but not the individual output details)
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 8ebc30d0..6f2f40fb 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,7 @@
Features:
* Parser: Better error message for unexpected trailing comma in parameter lists.
+ * Standard JSON: Support the ``outputSelection`` field for selective compilation of supplied sources.
* Syntax Checker: Unary ``+`` is now a syntax error as experimental 0.5.0 feature.
* Type Checker: Disallow non-pure constant state variables as experimental 0.5.0 feature.