aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-06-14 00:38:55 +0800
committerchriseth <chris@ethereum.org>2017-06-14 20:51:47 +0800
commit1b1f35762e7d761a6a97f825699972472ba44888 (patch)
treeacedd6c37c3d39d30a20641e1279c3a408a0e8f1 /Changelog.md
parent0b99c81f8536aa7888f26ac349ab233825350efc (diff)
downloaddexon-solidity-1b1f35762e7d761a6a97f825699972472ba44888.tar
dexon-solidity-1b1f35762e7d761a6a97f825699972472ba44888.tar.gz
dexon-solidity-1b1f35762e7d761a6a97f825699972472ba44888.tar.bz2
dexon-solidity-1b1f35762e7d761a6a97f825699972472ba44888.tar.lz
dexon-solidity-1b1f35762e7d761a6a97f825699972472ba44888.tar.xz
dexon-solidity-1b1f35762e7d761a6a97f825699972472ba44888.tar.zst
dexon-solidity-1b1f35762e7d761a6a97f825699972472ba44888.zip
Enforce function arguments when parsing functional instructions.
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 8f1fe045..46a989ef 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -10,6 +10,7 @@ Features:
Bugfixes:
* Unused variable warnings no longer issued for variables used inside inline assembly.
+ * Inline Assembly: Enforce function arguments when parsing functional instructions.
### 0.4.11 (2017-05-03)