aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-07-27 20:59:22 +0800
committerGitHub <noreply@github.com>2017-07-27 20:59:22 +0800
commit53f747b7ded3610802582448257b25e87442bebb (patch)
tree56584b583f609610a6de1e113c0fdcb9d0bebad0 /Changelog.md
parent517a36640469ccf2501f85f763776b04268276c8 (diff)
parentd78f94f0dd82af847dcac40636d1fe83cbff8e4f (diff)
downloaddexon-solidity-53f747b7ded3610802582448257b25e87442bebb.tar
dexon-solidity-53f747b7ded3610802582448257b25e87442bebb.tar.gz
dexon-solidity-53f747b7ded3610802582448257b25e87442bebb.tar.bz2
dexon-solidity-53f747b7ded3610802582448257b25e87442bebb.tar.lz
dexon-solidity-53f747b7ded3610802582448257b25e87442bebb.tar.xz
dexon-solidity-53f747b7ded3610802582448257b25e87442bebb.tar.zst
dexon-solidity-53f747b7ded3610802582448257b25e87442bebb.zip
Merge pull request #2635 from ethereum/fixCrashOnAssignmentToNonLValue
Fix crash on assignment to non-LValue
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 ebd74288..18fd00ea 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -12,6 +12,7 @@ Features:
* Type checker: Warn when existing symbols, including builtins, are overwritten.
Bugfixes:
+ * Type Checker: Fix crash for some assignment to non-lvalue.
* Type Checker: Fix invalid "specify storage keyword" warning for reference members of structs.
* Type Checker: Mark modifiers as internal.
* Type Checker: Re-allow multiple mentions of the same modifier per function.