mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-18 13:26:47 +01:00
changelog 1.0.5.9
This commit is contained in:
parent
1385c7cc9b
commit
aef1cefc18
@ -1,4 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
<Import Project="../Build/Version.csproj" Condition="Exists('../Build/Version.csproj')" />
|
||||
<Import Project="../Build/Common.csproj" />
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>1.0.5.8</Version>
|
||||
<Version>1.0.5.9</Version>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.5.9:
|
||||
|
||||
### Bug fixes:
|
||||
|
||||
* If there was too many pending invoice, postgres would be overwhelmed and freeze some requests (Igor Rylko)
|
||||
* Emails were not included in the text search anymore @Kukks
|
||||
* Payjoin: Do not include maxadditionalfeecontribution if there is no change. @NicolasDorier
|
||||
|
||||
## 1.0.5.8:
|
||||
|
||||
### Bug fixes:
|
||||
|
Loading…
Reference in New Issue
Block a user