From c908f736a0170355529a00a83ca08f7165713562 Mon Sep 17 00:00:00 2001
From: Paul McCarthy <pauldmccarthy@gmail.com>
Date: Wed, 23 Oct 2019 17:47:44 +0100
Subject: [PATCH] DOC: changelog

---
 CHANGELOG.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 2d1999a12..be2e3f0f6 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -13,6 +13,8 @@ Added
 * New ``until`` option to the :func:`.idle.block` function.
 * New :meth:`.Idle.neverQueue` setting, which can be used to force all
   tasks passed to :func:`.idle.idle` to be executed synchronously.
+* New :meth:`.IdleLoop.synchronous` context manager, to temporarily change the
+  value of :meth:`.IdleLoop.neverQueue`.
 
 
 Changed
-- 
GitLab