aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-07-13 19:20:39 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-08-01 20:31:04 +0800
commit30d9961efb7c0056a2b189b642489bee92048442 (patch)
tree5da02f7a064b882c64a0a8422cac6e99c6cbc4ca /Changelog.md
parentce99a5ce7f98b3dfb86ea8397a5117332af33f2a (diff)
downloaddexon-solidity-30d9961efb7c0056a2b189b642489bee92048442.tar
dexon-solidity-30d9961efb7c0056a2b189b642489bee92048442.tar.gz
dexon-solidity-30d9961efb7c0056a2b189b642489bee92048442.tar.bz2
dexon-solidity-30d9961efb7c0056a2b189b642489bee92048442.tar.lz
dexon-solidity-30d9961efb7c0056a2b189b642489bee92048442.tar.xz
dexon-solidity-30d9961efb7c0056a2b189b642489bee92048442.tar.zst
dexon-solidity-30d9961efb7c0056a2b189b642489bee92048442.zip
Do not exclude public state variables when looking for conflicting declarations.
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 e6956d5e..c21f0ae9 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -32,6 +32,7 @@ Breaking Changes:
* General: Remove assembly instruction aliases ``sha3`` and ``suicide``
* General: C99-style scoping rules are enforced now. This was already the case in the experimental 0.5.0 mode.
* General: Disallow combining hex numbers with unit denominations (e.g. ``0x1e wei``). This was already the case in the experimental 0.5.0 mode.
+ * Name Resolver: Do not exclude public state variables when looking for conflicting declarations.
* Optimizer: Remove the no-op ``PUSH1 0 NOT AND`` sequence.
* Parser: Disallow trailing dots that are not followed by a number.
* Parser: Remove ``constant`` as function state mutability modifer.