From 61b0af240cab3ec2dd9b1213d51b0109a0973a5d Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Mon, 6 Mar 2023 11:47:43 -0500 Subject: [PATCH] Updated CHANGELOG.md for v0.70.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aed1c5..76ca661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.70.1 - 2023-03-06 + +- **FIX:** Fix missing symbol on older macOS versions ([#870](https://github.com/buckets/application/issues/870), [#808](https://github.com/buckets/application/issues/808)) +- **FIX:** Statically link libsodium on Linux again ([#861](https://github.com/buckets/application/issues/861), [#825](https://github.com/buckets/application/issues/825)) +- **FIX:** Include bug report ID in bug report submission body so we can find old bug reports more easily +- **FIX:** Prevent rare error when updating an account balance without a transaction ([#835](https://github.com/buckets/application/issues/835)) +- **FIX:** Fixed a bug that prevented you from entering two transactions in a row for the same account ([#868](https://github.com/buckets/application/issues/868)) + # v0.70.0 - 2023-03-01 - **NEW:** Sharing between devices is much more straightforward now. Also, you many now share using the public relay (or your own relay if you'd like to host one). ([#670](https://github.com/buckets/application/issues/670), [#866](https://github.com/buckets/application/issues/866), [#850](https://github.com/buckets/application/issues/850))