Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Release v0.3.0 (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Chen authored Oct 6, 2021
1 parent 49d46f2 commit 07ca170
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# v0.3.0 - 2021-10-06

* Crypto module supports mbedtls library on Linux.
* Implemented mnemonic APIs that are compatible with Firefly address derivation.

## Changes

* Core - refactor unlock block methods [#142](https://github.com/iotaledger/iota.c/pull/142)
* wallet - don't consume all outputs [#144](https://github.com/iotaledger/iota.c/pull/144)
* Crypto - sha256/sha512 interface [#145](https://github.com/iotaledger/iota.c/pull/145)
* Crypto - support mbedtls on Linux. [#149](https://github.com/iotaledger/iota.c/pull/149)
* Tests - slip10 clean up. [#150](https://github.com/iotaledger/iota.c/pull/150)
* Examples - Update and add README. [#151](https://github.com/iotaledger/iota.c/pull/151)

## Breaking changes

* Wallet - support mnemonic [#147](https://github.com/iotaledger/iota.c/pull/147)
* Wallet - refactoring, mnemonic support. [#154](https://github.com/iotaledger/iota.c/pull/154)
- introduce `IOTA_WALLET_ENABLE` and remove `IOTA_WALLET_BIP39` option.
* Wallet - introduce `BIP39_ENGLISH_ONLY` option. [49d46f2](https://github.com/iotaledger/iota.c/commit/49d46f258da9f1af13f1c4b964a068f101b0ab15)


# v0.2.0 - 2021-07-07

* Support Zephyr RTOS and nRF-Connect SDK development frameworks
Expand Down

0 comments on commit 07ca170

Please sign in to comment.