aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-07-11 00:30:41 +0800
committerchriseth <chris@ethereum.org>2017-07-11 00:30:41 +0800
commit883666d2c0cf602640a52b26d5ef7da9da3018f4 (patch)
treea6c7f8589da563c82470ed97262cf30fa91ff08f /Changelog.md
parentaafcc3606cc20be1e7e8fe70494c63bb4f98d7fa (diff)
downloaddexon-solidity-883666d2c0cf602640a52b26d5ef7da9da3018f4.tar
dexon-solidity-883666d2c0cf602640a52b26d5ef7da9da3018f4.tar.gz
dexon-solidity-883666d2c0cf602640a52b26d5ef7da9da3018f4.tar.bz2
dexon-solidity-883666d2c0cf602640a52b26d5ef7da9da3018f4.tar.lz
dexon-solidity-883666d2c0cf602640a52b26d5ef7da9da3018f4.tar.xz
dexon-solidity-883666d2c0cf602640a52b26d5ef7da9da3018f4.tar.zst
dexon-solidity-883666d2c0cf602640a52b26d5ef7da9da3018f4.zip
Fix invalid "explicit storage keyword" warning for reference members of structs.
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 b3a37590..9afb0679 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,7 @@
Features:
Bugfixes:
+ * Type Checker: Fix invalid "specify storage keyword" warning for reference members of structs.
### 0.4.13 (2017-07-06)