diff options
author | chriseth <c@ethdev.com> | 2017-01-21 02:01:19 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-01-21 02:01:19 +0800 |
commit | 2536bdd6d0dfa1685967fd3106c682e0bcf17021 (patch) | |
tree | 9f90a43745c2b2adbfdbcc29aa2e3ced963b63a3 /Changelog.md | |
parent | 12b002b3b8575539f332c30691e880bcc2fac5bc (diff) | |
download | dexon-solidity-2536bdd6d0dfa1685967fd3106c682e0bcf17021.tar dexon-solidity-2536bdd6d0dfa1685967fd3106c682e0bcf17021.tar.gz dexon-solidity-2536bdd6d0dfa1685967fd3106c682e0bcf17021.tar.bz2 dexon-solidity-2536bdd6d0dfa1685967fd3106c682e0bcf17021.tar.lz dexon-solidity-2536bdd6d0dfa1685967fd3106c682e0bcf17021.tar.xz dexon-solidity-2536bdd6d0dfa1685967fd3106c682e0bcf17021.tar.zst dexon-solidity-2536bdd6d0dfa1685967fd3106c682e0bcf17021.zip |
Report source location on "stack too deep" errors.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index b9e4ecc0..5e458bba 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,8 @@ ### 0.4.9 (unreleased) Features: - * Compiler Interface: Contracts and libraries can be referenced with a `file:` prefix to make them unique. + * Compiler interface: Contracts and libraries can be referenced with a ``file:`` prefix to make them unique. + * Compiler interface: Report source location for "stack too deep" errors. * AST: Use deterministic node identifiers. * Type system: Introduce type identifier strings. * Metadata: Do not include platform in the version number. |