Add release note

This commit is contained in:
Andrew Noyes 2020-08-18 21:27:32 +00:00
parent 4dc2975f5a
commit e42f1f23ae
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
Release Notes
#############
6.2.25
======
* Mitigate an issue where a non-lockaware transaction that changes certain ``\xff`` "metadata" keys, committed concurrently with locking the database, can cause corruption. If a non-lockaware transaction manually sets its read version to a version where the database is locked, and changes metadata keys, this can still cause corruption.
6.2.24
======