mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
Dendrite 0.8.1
This commit is contained in:
parent
7902859bc1
commit
955e6eb307
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Dendrite 0.8.1 (2022-04-07)
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
|
||||||
|
* A bug which could result in the sync API deadlocking due to lock contention in the notifier has been fixed
|
||||||
|
|
||||||
## Dendrite 0.8.0 (2022-04-07)
|
## Dendrite 0.8.0 (2022-04-07)
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -17,7 +17,7 @@ var build string
|
|||||||
const (
|
const (
|
||||||
VersionMajor = 0
|
VersionMajor = 0
|
||||||
VersionMinor = 8
|
VersionMinor = 8
|
||||||
VersionPatch = 0
|
VersionPatch = 1
|
||||||
VersionTag = "" // example: "rc1"
|
VersionTag = "" // example: "rc1"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user