diff options
author | chriseth <chris@ethereum.org> | 2017-01-17 22:35:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-17 22:35:08 +0800 |
commit | 4f4963131bd969fa063a3aad980139dad2034087 (patch) | |
tree | 6eec3d6869ded827ab280e1fd6c15cda10ba9a4d /Changelog.md | |
parent | ed12b977615822f1fd6c7674b1b90efc9c6479d3 (diff) | |
parent | 467559917008525d6b606de264e4a86a1c5e0620 (diff) | |
download | dexon-solidity-4f4963131bd969fa063a3aad980139dad2034087.tar dexon-solidity-4f4963131bd969fa063a3aad980139dad2034087.tar.gz dexon-solidity-4f4963131bd969fa063a3aad980139dad2034087.tar.bz2 dexon-solidity-4f4963131bd969fa063a3aad980139dad2034087.tar.lz dexon-solidity-4f4963131bd969fa063a3aad980139dad2034087.tar.xz dexon-solidity-4f4963131bd969fa063a3aad980139dad2034087.tar.zst dexon-solidity-4f4963131bd969fa063a3aad980139dad2034087.zip |
Merge pull request #1573 from ethereum/metadata-version
Store strict version number in metadata (exclude the platform)
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 1a80bac0..a4063640 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ Features: * AST: Use deterministic node identifiers. + * Metadata: Do not include platform in the version number. ### 0.4.8 (2017-01-13) |