From 76fa9b95219945c8b92186c860e83270d0e95842 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Sun, 27 Feb 2022 21:17:37 -0800 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..568cc28 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [v0.3.0] + +- Move bdk-kotlin bindings and ios example to separate repos +- Add bin to generate Python bindings +- Add `PartiallySignedBitcoinTransaction::deserialize` function as named constructor to decode from a string per [BIP 0174] +- Add `PartiallySignedBitcoinTransaction::serialize` function to encode to a string per [BIP 0174] +- Remove `PartiallySignedBitcoinTransaction.details` struct field + +[BIP 0174]:https://github.com/bitcoin/bips/blob/master/bip-0174.mediawiki#encoding + +## [v0.2.0] + +[v0.2.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.0.0...v0.2.0 +[v0.3.0]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.2.0...v0.3.0 +[unreleased]: https://github.com/bitcoindevkit/bdk-ffi/compare/v0.3.0...HEAD