REL: fixes

This commit is contained in:
Overtorment 2019-03-31 13:08:03 +01:00
parent a99ddfbbd1
commit 3a679b72ac
2 changed files with 11 additions and 0 deletions

View file

@ -59,6 +59,8 @@
<string>In order to quickly scan the recipient's address, we need your permission to use the camera to scan their QR Code.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>This alert should not show up as we do not require this data</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>This alert should not show up as we do not require this data</string>
<key>NSMicrophoneUsageDescription</key>
<string>This alert should not show up as we do not require this data</string>
<key>NSMotionUsageDescription</key>

View file

@ -1,3 +1,12 @@
v3.9.2
======
* ADD: Swedish translation
* FIX: fetch tx history for large HD wallets (closes #416)
* FIX: HD wallets not can handle small gaps in hierarchy (closes #388)
* FIX: JP
* REF: better Electrum support
v3.9.0
======