Bladeren bron

docs: changelog

thesimplekid 1 maand geleden
bovenliggende
commit
0731f9e809
1 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  1. 4 0
      CHANGELOG.md

+ 4 - 0
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]).