Merge pull request #1426 from LukasKorba/1425-Release-2-1-6

[#1425] Release 2.1.6
This commit is contained in:
Lukas Korba 2024-05-15 10:12:38 +02:00 committed by GitHub
commit f348a15bd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ and this library adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# Unreleased
# 2.1.6 - 2024-05-15
## Fixed
- The backend method proposeShielding checks the pointer for a null value before attempting to construct the Data with it. Without this check, proposeShielding would crash when there were either zero funds to shield or when the amount was less than the threshold defined by the client.