diff options
author | chriseth <chris@ethereum.org> | 2018-03-16 18:57:47 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-04-12 04:00:20 +0800 |
commit | d64e93332704ade6cc2078c0c37956e1c9e8af9e (patch) | |
tree | 10ab8ec8a902079a1615d89ac5a3bd880829e7b7 | |
parent | 42b90ad4c3fc33c2cb1cafb7370b8d10c5fbc957 (diff) | |
download | dexon-solidity-d64e93332704ade6cc2078c0c37956e1c9e8af9e.tar dexon-solidity-d64e93332704ade6cc2078c0c37956e1c9e8af9e.tar.gz dexon-solidity-d64e93332704ade6cc2078c0c37956e1c9e8af9e.tar.bz2 dexon-solidity-d64e93332704ade6cc2078c0c37956e1c9e8af9e.tar.lz dexon-solidity-d64e93332704ade6cc2078c0c37956e1c9e8af9e.tar.xz dexon-solidity-d64e93332704ade6cc2078c0c37956e1c9e8af9e.tar.zst dexon-solidity-d64e93332704ade6cc2078c0c37956e1c9e8af9e.zip |
Changelog entry.
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index d0af8025..db080b05 100644 --- a/Changelog.md +++ b/Changelog.md @@ -30,6 +30,7 @@ Bugfixes: * Commandline interface: Support ``--evm-version constantinople`` properly. * DocString Parser: Fix error message for empty descriptions. * Gas Estimator: Correctly ignore costs of fallback function for other functions. + * Parser: Fix parsing of getters for function type variables. * Standard JSON: Support ``constantinople`` as ``evmVersion`` properly. * Type Checker: Fix detection of recursive structs. * Type Checker: Fix asymmetry bug when comparing with literal numbers. |