Skip to content

Commit

Permalink
[Doc] Update ChangeLog for 0.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hydai authored and 0yi0 committed Nov 19, 2019
1 parent 88de3ba commit e7b3758
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 0.0.3 (unreleased)
### 0.0.3 (2019-11-19)

Language Features:

Expand All @@ -14,12 +14,17 @@ Language Features:
Compiler Features:

* Be able to generate deployable Ewasm files.
* Support diagnostic message.
* Add command-line options. (Generate ABI, function signature and evm bytecode)
* Support diagnostic message.
* Add command-line options for generating metadata of Solidity contracts.
* `EmitABI`: Generate ABI
* `EmitFuncSig`: Generate function signatures
* Support EVM1 bytecode target. (Depends on [EVM_LLVM](https://github.com/etclabscore/evm_llvm))

Bugfixes:

* Fix an endian issue that happened when someone calls the EEI function from wasm.
* Fix a parsing issue on array type.


### 0.0.2 (2019-09-03)

Expand All @@ -41,7 +46,7 @@ Compiler Features:

Bugfixes:

* Provide correct binary operator precedence.
* Fix a precedence issue related to binary operator.


### 0.0.1 (2019-07-31)
Expand Down

0 comments on commit e7b3758

Please sign in to comment.