aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-05-17 19:27:04 +0800
committerYoichi Hirai <i@yoichihirai.com>2017-06-13 22:57:07 +0800
commit55737213d1b528ca629511a9944266f99b08cb35 (patch)
tree18aaf9891ebd0f631c7ffeb8c5d10c7a6a955905 /Changelog.md
parent0b22154a75254697d0bde328039c5d6bfedd935f (diff)
downloaddexon-solidity-55737213d1b528ca629511a9944266f99b08cb35.tar
dexon-solidity-55737213d1b528ca629511a9944266f99b08cb35.tar.gz
dexon-solidity-55737213d1b528ca629511a9944266f99b08cb35.tar.bz2
dexon-solidity-55737213d1b528ca629511a9944266f99b08cb35.tar.lz
dexon-solidity-55737213d1b528ca629511a9944266f99b08cb35.tar.xz
dexon-solidity-55737213d1b528ca629511a9944266f99b08cb35.tar.zst
dexon-solidity-55737213d1b528ca629511a9944266f99b08cb35.zip
Add a changelog entry
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/Changelog.md b/Changelog.md
index b398e014..8f1fe045 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,14 +1,15 @@
### 0.4.12 (unreleased)
Features:
- * Assembler: renamed ``SHA3`` to `KECCAK256``.
- * AST: export all attributes to Json format
+ * Assembly: renamed ``SHA3`` to `KECCAK256``.
+ * Assembly: Add ``RETURNDATASIZE`` and ``RETURNDATACOPY`` (EIP211) instructions.
+ * AST: export all attributes to JSON format.
* Inline Assembly: Present proper error message when not supplying enough arguments to a functional
instruction.
* Inline Assembly: introduce ``keccak256`` as an opcode. ``sha3`` is still a valid alias.
Bugfixes:
- * Unused variable warnings no longer issued for variables used inside inline assembly
+ * Unused variable warnings no longer issued for variables used inside inline assembly.
### 0.4.11 (2017-05-03)