aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-10-12 07:00:28 +0800
committerGitHub <noreply@github.com>2016-10-12 07:00:28 +0800
commit48ac9706770f72fe95848656147131c4ea644a77 (patch)
treed76a715155a177df2a9136be4b6a699ea0663688 /Changelog.md
parent821fe6e916deb096009b54f4a228b7a8a596933a (diff)
parentd0791fb365bd90c8d4b4f3ba6f83b126087d9a8e (diff)
downloaddexon-solidity-48ac9706770f72fe95848656147131c4ea644a77.tar.gz
dexon-solidity-48ac9706770f72fe95848656147131c4ea644a77.tar.zst
dexon-solidity-48ac9706770f72fe95848656147131c4ea644a77.zip
Merge pull request #1169 from ethereum/inline-assembly-tags
Fix assignment after tags in inline assembly
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 1560990d..bc79b88a 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -9,6 +9,7 @@ Features:
Bugfixes:
* Disallow unknown options in `solc`
* Inline assembly: support the `address` opcode
+ * Inline assembly: fix parsing of assignment after a label.
### 0.4.2 (2016-09-17)