diff --git a/docs/releases.rst b/docs/releases.rst index 78d9b860..8f63a9c7 100644 --- a/docs/releases.rst +++ b/docs/releases.rst @@ -4,6 +4,7 @@ Release notes ============= Version 1.6.1 +------------- **New features** diff --git a/docs/rest_api.rst b/docs/rest_api.rst index 8d2a46df..93d5b52b 100644 --- a/docs/rest_api.rst +++ b/docs/rest_api.rst @@ -333,4 +333,4 @@ Reinitialize endpoint The call might fail if Patroni is in a loop trying to recover (restart) a failed Postgres. In order to overcome this problem one can specify ``{"force":true}`` in the request body. -The reinitialize endpoint is used by ``patronictl reinitialize``. +The reinitialize endpoint is used by ``patronictl reinit``.