API: Fix race conditions in setText, appendText, restoreRevision

This commit is contained in:
Richard Hansen 2021-12-12 18:56:32 -05:00
parent cff089e54e
commit d94f380141
2 changed files with 8 additions and 12 deletions

View file

@ -13,6 +13,8 @@
* Fixed a potential attribute pool corruption bug with `copyPadWithoutHistory`.
* Mappings created by the `createGroupIfNotExistsFor` HTTP API are now removed
from the database when the group is deleted.
* Fixed race conditions in the `setText`, `appendText`, and `restoreRevision`
functions (HTTP API).
#### For plugin authors