aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-04-13 16:56:56 +0800
committerGitHub <noreply@github.com>2018-04-13 16:56:56 +0800
commit2001cc6bdca87d715380b15f11c797666528e040 (patch)
treef88e323a6f04e39cf1411422c1a093a83916e8b0 /Changelog.md
parent7054defdd6c202d0943c11cb87ac2748b9bdc62b (diff)
parent4bd31aaecad0decd6a3e1d7031761cb42163bbbb (diff)
downloaddexon-solidity-2001cc6bdca87d715380b15f11c797666528e040.tar.gz
dexon-solidity-2001cc6bdca87d715380b15f11c797666528e040.tar.zst
dexon-solidity-2001cc6bdca87d715380b15f11c797666528e040.zip
Merge pull request #3773 from ethereum/astJsonTypeDescriptions
Short string representation of TypePointer in AST JSON
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 f56a746e..80f02a2d 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -32,6 +32,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.
+ * JSON AST: Remove storage qualifier for type name strings.
* Parser: Fix internal compiler error when parsing ``var`` declaration without identifier.
* Parser: Fix parsing of getters for function type variables.
* Standard JSON: Support ``constantinople`` as ``evmVersion`` properly.