diff options
author | chriseth <chris@ethereum.org> | 2017-01-17 18:35:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-17 18:35:21 +0800 |
commit | a466f26c459c8df27b0b25e53b897461fdc8fd63 (patch) | |
tree | b02e8efce3ff7e63b8a285bca0c93e24fdc548ff /Changelog.md | |
parent | 6ecb4aa36f8c30ca91f650d17f1214c2f2bc4319 (diff) | |
parent | 99eaadd2cd4ece9c3ceba16fa5559c45c2e66b08 (diff) | |
download | dexon-solidity-a466f26c459c8df27b0b25e53b897461fdc8fd63.tar.gz dexon-solidity-a466f26c459c8df27b0b25e53b897461fdc8fd63.tar.zst dexon-solidity-a466f26c459c8df27b0b25e53b897461fdc8fd63.zip |
Merge pull request #1570 from ethereum/astidentifiers
Deterministic AST node identifiers.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index a5c4b922..1a80bac0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ ### 0.4.9 (unreleased) +Features: + * AST: Use deterministic node identifiers. + ### 0.4.8 (2017-01-13) Features: |