|
| 1 | +# Release Notes |
| 2 | +- [Bug Fixes](#bug-fixes) |
| 3 | +- [New Features](#new-features) |
| 4 | + - [Functional Enhancements](#functional-enhancements) |
| 5 | + - [RPC Additions](#rpc-additions) |
| 6 | + - [tapcli Additions](#tapcli-additions) |
| 7 | +- [Improvements](#improvements) |
| 8 | + - [Functional Updates](#functional-updates) |
| 9 | + - [RPC Updates](#rpc-updates) |
| 10 | + - [tapcli Updates](#tapcli-updates) |
| 11 | + - [Config Changes](#config-changes) |
| 12 | + - [Breaking Changes](#breaking-changes) |
| 13 | + - [Performance Improvements](#performance-improvements) |
| 14 | + - [Deprecations](#deprecations) |
| 15 | +- [Technical and Architectural Updates](#technical-and-architectural-updates) |
| 16 | + - [BIP/bLIP Spec Updates](#bipblip-spec-updates) |
| 17 | + - [Testing](#testing) |
| 18 | + - [Database](#database) |
| 19 | + - [Code Health](#code-health) |
| 20 | + - [Tooling and Documentation](#tooling-and-documentation) |
| 21 | + |
| 22 | +# Bug Fixes |
| 23 | + |
| 24 | +* [PR#2190](https://github.com/lightninglabs/taproot-assets/pull/2190) |
| 25 | + fixes a bug that could cause minted assets to commit to the wrong |
| 26 | + address. |
| 27 | + |
| 28 | +# New Features |
| 29 | + |
| 30 | +## Functional Enhancements |
| 31 | + |
| 32 | +## RPC Additions |
| 33 | + |
| 34 | +## tapcli Additions |
| 35 | + |
| 36 | +# Improvements |
| 37 | + |
| 38 | +## Functional Updates |
| 39 | + |
| 40 | +## RPC Updates |
| 41 | + |
| 42 | +## tapcli Updates |
| 43 | + |
| 44 | +## Config Changes |
| 45 | + |
| 46 | +## Code Health |
| 47 | + |
| 48 | +## Breaking Changes |
| 49 | + |
| 50 | +## Performance Improvements |
| 51 | + |
| 52 | +## Deprecations |
| 53 | + |
| 54 | +# Technical and Architectural Updates |
| 55 | + |
| 56 | +## BIP/bLIP Spec Updates |
| 57 | + |
| 58 | +## Testing |
| 59 | + |
| 60 | +## Database |
| 61 | + |
| 62 | +## Code Health |
| 63 | + |
| 64 | +* [PR#2190](https://github.com/lightninglabs/taproot-assets/pull/2190) |
| 65 | + splits out various components of the monolithic tapgarden package |
| 66 | + into their own more focused packages, e.g. tapnode, tapreorg, and |
| 67 | + tapcustody. |
| 68 | + |
| 69 | +## Tooling and Documentation |
| 70 | + |
| 71 | +# Contributors (Alphabetical Order) |
0 commit comments