aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-01-03 01:00:32 +0800
committerYoichi Hirai <i@yoichihirai.com>2017-01-23 22:25:13 +0800
commit1f2bf7e004f6b87aa4a6f4acb36670d780e134a8 (patch)
tree075bab1ccb1b43c1d40b564b631e022787aced8b /Changelog.md
parent567139486f45f69b22beb846fde7c9b27e1ebce0 (diff)
downloaddexon-solidity-1f2bf7e004f6b87aa4a6f4acb36670d780e134a8.tar
dexon-solidity-1f2bf7e004f6b87aa4a6f4acb36670d780e134a8.tar.gz
dexon-solidity-1f2bf7e004f6b87aa4a6f4acb36670d780e134a8.tar.bz2
dexon-solidity-1f2bf7e004f6b87aa4a6f4acb36670d780e134a8.tar.lz
dexon-solidity-1f2bf7e004f6b87aa4a6f4acb36670d780e134a8.tar.xz
dexon-solidity-1f2bf7e004f6b87aa4a6f4acb36670d780e134a8.tar.zst
dexon-solidity-1f2bf7e004f6b87aa4a6f4acb36670d780e134a8.zip
Changelog: move an item upwards
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index d322fccd..77c0b0b0 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,6 +5,7 @@ Features:
* AST: Use deterministic node identifiers.
* Type system: Introduce type identifier strings.
* Metadata: Do not include platform in the version number.
+ * Type checker: Allow multiple events of the same name (but with different arities or argument types)
### 0.4.8 (2017-01-13)
@@ -26,7 +27,6 @@ Features:
* Code generator: Inject the Swarm hash of a metadata file into the bytecode.
* Code generator: Replace expensive memcpy precompile by simple assembly loop.
* Optimizer: Some dead code elimination.
- * Type checker: Allow multiple events of the same name (but with different arities or argument types)
Bugfixes:
* Code generator: throw if calling the identity precompile failed during memory (array) copying.