From 1534a0620f73a7d7850c3766f49e54ee3f32f8ce Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Thu, 13 Feb 2025 11:27:18 +0000 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 287815f0..82627f9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,15 +26,15 @@ #[v0.7.1] ### Changed - cdk: Debug print of `Id` is hex ([thesimplekid]). -- cdk: Debug print of mint secret is the hash [(thesimplekid)]. +- cdk: Debug print of mint secret is the hash ([thesimplekid]). - cdk: Use check_incoming payment on attempted mint or check mint qutoe ([thesimplekid]). - cdk-cln: Use `call_typed` for cln rpc calls ([daywalker90]). ### Added -- cdk: Mint builder add ability to set custom derivation paths [(thesimplekid)]. +- cdk: Mint builder add ability to set custom derivation paths ([thesimplekid]). ### Fixed -- cdk-cln: return error on stream error [(thesimplekid)]. +- cdk-cln: return error on stream error ([thesimplekid]). #[v0.7.0]