diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-05-30 16:17:02 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-06-25 19:26:16 +0800 |
commit | 555dc4f46fae9da72aaff70059686aa34172910b (patch) | |
tree | 1ddf934e9f56cbc2269b9ea40e294169b3f19699 /Changelog.md | |
parent | b83f77e0e567b58c2ada831e526ad5bacfed8b40 (diff) | |
download | dexon-solidity-555dc4f46fae9da72aaff70059686aa34172910b.tar.gz dexon-solidity-555dc4f46fae9da72aaff70059686aa34172910b.tar.zst dexon-solidity-555dc4f46fae9da72aaff70059686aa34172910b.zip |
Remove Why3 generator
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 ee952a37..87c26176 100644 --- a/Changelog.md +++ b/Changelog.md @@ -12,6 +12,7 @@ Features: * Inline Assembly: ``for`` and ``switch`` statements. * Inline Assembly: function definitions and function calls. * Code Generator: Added the Whiskers template system. + * Remove obsolete Why3 output. Bugfixes: * Type Checker: Fix address literals not being treated as compile-time constants. |