From b9dcafa04f085780b5943c7649b3eef00a643b61 Mon Sep 17 00:00:00 2001 From: benedettadavico Date: Mon, 14 Apr 2025 15:39:16 +0200 Subject: [PATCH] update wallet changelog --- nym-wallet/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nym-wallet/CHANGELOG.md b/nym-wallet/CHANGELOG.md index 707de916ae..43e550ddf0 100644 --- a/nym-wallet/CHANGELOG.md +++ b/nym-wallet/CHANGELOG.md @@ -2,6 +2,16 @@ ## [Unreleased] +## [2025.7-tex] (2025-04-14) + +- Fix the mac build of the wallet ([#5684]) +- Allow copy and paste on logins fields for the wallet ([#5699]) +- Tauri V2 - Wallet Migration ([#5687]) + +[#5684]: https://github.com/nymtech/nym/pull/5684 +[#5699]: https://github.com/nymtech/nym/pull/5699 +[#5687]: https://github.com/nymtech/nym/pull/5687 + ## [2025.6-chuckles] (2025-04-01) - Wallet-revamp to be in line with new nym-theming ([#5653])