diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-01-26 21:26:04 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-01-26 21:26:04 +0800 |
commit | 4b321c653cf5f8cee2d5c1db6668d1dcffebc17b (patch) | |
tree | 73e455d7b5f86f387224adccb52b5015d50ef950 | |
parent | 84bf547f21669fd89e2455463cbb43d965450d1e (diff) | |
download | dexon-solidity-4b321c653cf5f8cee2d5c1db6668d1dcffebc17b.tar.gz dexon-solidity-4b321c653cf5f8cee2d5c1db6668d1dcffebc17b.tar.zst dexon-solidity-4b321c653cf5f8cee2d5c1db6668d1dcffebc17b.zip |
Add literal metadata sources to changelog
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index e50cb3bd..a8b66abc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ Features: * AST: Use deterministic node identifiers. * Type system: Introduce type identifier strings. * Metadata: Do not include platform in the version number. + * Metadata: Add option to store sources as literal content. * Code generator: Extract array utils into low-level functions. Bugfixes: |