From 2512593d4bab036e2461796646287dc2a1ce734c Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Wed, 16 Feb 2022 23:25:33 -0500 Subject: [PATCH] docs: Group HTTP API changes --- CHANGELOG.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96198fc97..c426b8526 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,13 +18,14 @@ * `padOptions.showChat` * `padOptions.userColor` * `padOptions.userName` -* Fixed the return value of the `getText` HTTP API when called with a specific - revision. -* 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). +* HTTP API: + * Fixed the return value of `getText` when called with a specific revision. + * Fixed a potential attribute pool corruption bug with + `copyPadWithoutHistory`. + * Mappings created by `createGroupIfNotExistsFor` are now removed from the + database when the group is deleted. + * Fixed race conditions in the `setText`, `appendText`, and `restoreRevision` + functions. * Fixed a crash if the database is busy enough to cause a query timeout. * New `/health` endpoint for getting information about Etherpad's health (see [draft-inadarei-api-health-check-06](https://www.ietf.org/archive/id/draft-inadarei-api-health-check-06.html)).