aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-15 22:41:27 +0800
committerGitHub <noreply@github.com>2018-03-15 22:41:27 +0800
commit3f1e0d8434b477b7123a7e72655aa6e76c2c53a9 (patch)
tree0a4381bdc6669a2745b12ccd5a6a27cf4e99f577
parentacb8ea6c94ca7be13d72aade869fb67786e7d294 (diff)
parentf0c174af8fda32f705e30c95170ef2eb087b729b (diff)
downloaddexon-solidity-3f1e0d8434b477b7123a7e72655aa6e76c2c53a9.tar
dexon-solidity-3f1e0d8434b477b7123a7e72655aa6e76c2c53a9.tar.gz
dexon-solidity-3f1e0d8434b477b7123a7e72655aa6e76c2c53a9.tar.bz2
dexon-solidity-3f1e0d8434b477b7123a7e72655aa6e76c2c53a9.tar.lz
dexon-solidity-3f1e0d8434b477b7123a7e72655aa6e76c2c53a9.tar.xz
dexon-solidity-3f1e0d8434b477b7123a7e72655aa6e76c2c53a9.tar.zst
dexon-solidity-3f1e0d8434b477b7123a7e72655aa6e76c2c53a9.zip
Merge pull request #3740 from DanielMReed/patch-1
Fix Typo in changelog.md
-rw-r--r--Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index e9a9548d..d37bce63 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,7 +4,7 @@ Features:
Bugfixes:
* Code Generator: Allow ``block.blockhash`` without being called.
- * Code Generator: Properly skip unneeded storgae array cleanup when not reducing length.
+ * Code Generator: Properly skip unneeded storage array cleanup when not reducing length.
* Code Generator: Bugfix in modifier lookup in libraries.
* Commandline interface: Support ``--evm-version constantinople`` properly.
* DocString Parser: Fix error message for empty descriptions.