commit f03f001d4b412d597e766fae4734b863ce4c938d Author: Dave Rolek dmr-x@riseup.net Date: Thu May 17 15:52:20 2018 +0000
Changelog entry for configuration-changing cache improvements (#25821) --- docs/change_log.rst | 1 + 1 file changed, 1 insertion(+)
diff --git a/docs/change_log.rst b/docs/change_log.rst index 0e60701b..257ff123 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -51,6 +51,7 @@ The following are only available within Stem's `git repository * Added a timeout argument to :class:`~stem.control.Controller` methods that could await a response (:trac:`26056`) * Stacktrace if :func:`stem.connection.connect` had a string port argument * More reliable ExitPolicy resolution (:trac:`25739`) + * More reliable caching during configuration changes, especially in multiple-controller situations (:trac:`25821`) * Added the delivered_read, delivered_written, overhead_read, and overhead_written attributes to :class:`~stem.response.events.CircuitBandwidthEvent` (:spec:`fbb38ec`) * The *config* attribute of :class:`~stem.response.events.ConfChangedEvent` couldn't represent tor configuration options with multiple values. It has been replaced with new *changed* and *unset* attributes. * Replaced socket's :func:`~stem.socket.ControlPort.get_address`, :func:`~stem.socket.ControlPort.get_port`, and :func:`~stem.socket.ControlSocketFile.get_socket_path` with attributes
tor-commits@lists.torproject.org