From dee5fb5a3295c0ef44a5c940f950ff34d835bc5a Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Mon, 21 Oct 2019 16:06:39 +0100 Subject: [PATCH] DOC: changelog --- CHANGELOG.rst | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b25da9f8f..2d1999a12 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,37 @@ This document contains the ``fslpy`` release history in reverse chronological order. +2.7.0 (Under development) +------------------------- + + +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. + + +Changed +^^^^^^^ + + +* Internal reorganisation inm the :mod:`.idle` module. + + +Deprecated +^^^^^^^^^^ + + +* :func:`.idle.inIdle` - replaced by :meth:`.IdleLoop.inIdle`. +* :func:`.idle.cancelIdle` - replaced by :meth:`.IdleLoop.cancelIdle`. +* :func:`.idle.idleReser` - replaced by :meth:`.IdleLoop.idleReset`. +* :func:`.idle.getIdleTimeout` - replaced by :meth:`.IdleLoop.callRate`. +* :func:`.idle.setIdleTimeout` - replaced by :meth:`.IdleLoop.callRate`. + + 2.6.2 (Monday 7th October 2019) ------------------------------- -- GitLab