summary refs log tree commit diff
path: root/changelog.d/7226.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.13.0rc1Andrew Morgan2020-05-111-1/+0
|
* Fix race in replication (#7226)Erik Johnston2020-04-071-0/+1
Fixes a race between handling `POSITION` and `RDATA` commands. We do this by simply linearizing handling of them.