diff --git a/CHANGELOG.md b/CHANGELOG.md index 275a3705..f7eecaa4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,14 @@ ## [Unreleased] ### Fixed +- cdk: proof matches conditions was not matching payment conditions correctly ([thesimplekid]). +- cdk: Updating mint_url would remove proofs when we want to keep them ([ok300]). ### Changed - Updated MSRV to 1.75.0 ([thesimplekid]). - cdk-sqlite: Do not use `UPDATE OR REPLACE` ([crodas]). - cdk: Refactor keyset init ([lollerfirst]). - Feature-gated lightning backends (CLN, LND, LNbits, FakeWallet) for selective compilation ([thesimplekid]). +- cdk-sqlite: update sqlx to 0.7.4 ([benthecarman]). ### Added - Added redb feature to mintd in order to meet MSRV target ([thesimplekid]). - cdk-sqlite: In memory sqlite database ([crodas]). @@ -20,6 +23,7 @@ - Added optional "amount" and "unit" fields to MintQuoteBolt11Response [NUT Change](https://github.com/cashubtc/nuts/pull/235) ([thesimplekid]). - Compile-time error when no lightning backend features are enabled ([thesimplekid]). - Add support for sqlcipher ([benthecarman]). +- Payment processor ([thesimplekid]). ### Removed - Remove support for Memory Database in cdk ([crodas]). - Remove `AmountStr` ([crodas]).