From 8010d692e9394d50a7ff31ec13e4e70fe6e5c964 Mon Sep 17 00:00:00 2001 From: Riccardo Casatta Date: Thu, 28 Oct 2021 10:06:52 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb80403..757baaa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - BIP39 implementation dependency, in `keys::bip39` changed from tiny-bip39 to rust-bip39. +- Add new method on the `TxBuilder` to embed data in the transaction via `OP_RETURN`. To allow that a fix to check the dust only on spendable output has been introduced. ## [v0.13.0] - [v0.12.0]