Skip to content

Commit 140f544

Browse files
committed
docs: add release notes
Also, enhance the release notes template with a section to aid in reporting breaking config changes.
1 parent 0b29bb2 commit 140f544

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

docs/release-notes/release-notes-0.8.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [Functional Updates](#functional-updates)
99
- [RPC Updates](#rpc-updates)
1010
- [tapcli Updates](#tapcli-updates)
11+
- [Config Changes](#config-changes)
1112
- [Breaking Changes](#breaking-changes)
1213
- [Performance Improvements](#performance-improvements)
1314
- [Deprecations](#deprecations)
@@ -47,6 +48,13 @@
4748

4849
## tapcli Updates
4950

51+
## Config Changes
52+
53+
- [PR#1870](https://github.com/lightninglabs/taproot-assets/pull/1870)
54+
The `proofs-per-universe` configuration option is removed. New option
55+
`max-proof-cache-size` sets the proof cache limit in bytes and accepts
56+
human-readable values such as `64MB`.
57+
5058
## Code Health
5159

5260
## Breaking Changes

docs/release-notes/release-notes-template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- [Functional Updates](#functional-updates)
99
- [RPC Updates](#rpc-updates)
1010
- [tapcli Updates](#tapcli-updates)
11+
- [Config Changes](#config-changes)
1112
- [Breaking Changes](#breaking-changes)
1213
- [Performance Improvements](#performance-improvements)
1314
- [Deprecations](#deprecations)
@@ -36,6 +37,8 @@
3637

3738
## tapcli Updates
3839

40+
## Config Changes
41+
3942
## Code Health
4043

4144
## Breaking Changes

0 commit comments

Comments
 (0)