diff --git a/docs/changelog.rst b/docs/changelog.rst index 23489766..aab49020 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -49,11 +49,12 @@ Enhancements * `#419 `_: 2 network round-trips were removed from early connection setup. -* `? `_, - `? `_, - `? `_, - `? `_: locking is avoided in - some hot paths, and locks that must be taken are held for less time. +* `d6faff06 `_, + `807cbef9 `_, + `e93762b3 `_, + `50bfe4c7 `_: locking is + avoided on hot paths, and some locks are released earlier, before waking a + thread that must immediately take the same lock. Mitogen for Ansible