From 379d5590db8081387e05c41a4a3e215fc26027d8 Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Sun, 9 Mar 2025 23:33:19 +0000 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f45c37d..275a3705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,9 +19,12 @@ - Added optional "request" and "unit" fields to MeltQuoteBolt11Response [NUT Change](https://github.com/cashubtc/nuts/pull/235) ([thesimplekid]). - 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]). ### Removed - Remove support for Memory Database in cdk ([crodas]). - Remove `AmountStr` ([crodas]). +- Remove `get_nostr_last_checked` from `WalletDatabase` ([thesimplekid]). +- Remove `add_nostr_last_checked` from `WalletDatabase` ([thesimplekid]). ## [cdk-mind:v0.7.4](https://github.com/cashubtc/cdk/releases/tag/cdk-mintd-v0.7.4) ### Changed @@ -283,3 +286,4 @@ Additionally, this release introduces a Mint binary cdk-mintd that uses the cdk- [tdelabro]: https://github.com/tdelabro [daywalker90]: https://github.com/daywalker90 [nodlAndHodl]: https://github.com/nodlAndHodl +[benthecarman]: https://github.com/benthecarman