aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2016-10-21 06:29:27 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2016-10-21 06:45:13 +0800
commitd50204d8086ce34d11439394152d9fc5556b1cbf (patch)
treeb8d085d4f8acd477b61dc05f4258775f2d150f0e
parent7b0fb5d06b735ec7b45120a67298caec70441379 (diff)
downloaddexon-solidity-d50204d8086ce34d11439394152d9fc5556b1cbf.tar.gz
dexon-solidity-d50204d8086ce34d11439394152d9fc5556b1cbf.tar.zst
dexon-solidity-d50204d8086ce34d11439394152d9fc5556b1cbf.zip
Add changelog entry
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 39e03014..a6503c32 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -16,6 +16,7 @@ Bugfixes:
* Inline assembly: fix parsing of assignment after a label.
* Inline assembly: external variables of unsupported type (such as ``this``, ``super``, etc.)
are properly detected as unusable.
+ * Inline assembly: support variables within modifiers.
### 0.4.2 (2016-09-17)