commit 38ed5bca90ad6a71b9e45d8916030ea972513b21 Author: Damian Johnson atagar@torproject.org Date: Thu May 17 10:29:15 2018 -0700
Reword changelog description of recent CONF_CHANGED fix
Dave suggested a better description of yesterday's fix. Going with a hybrid. --- docs/change_log.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/change_log.rst b/docs/change_log.rst index 549e89c5..0e60701b 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -52,7 +52,7 @@ The following are only available within Stem's `git repository * Stacktrace if :func:`stem.connection.connect` had a string port argument * More reliable ExitPolicy resolution (:trac:`25739`) * Added the delivered_read, delivered_written, overhead_read, and overhead_written attributes to :class:`~stem.response.events.CircuitBandwidthEvent` (:spec:`fbb38ec`) - * Replaced the *config* attribute of :class:`~stem.response.events.ConfChangedEvent` with a *changed* and *unset* attributes + * 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 * Removed 'raw' argument from :func:`~stem.socket.ControlSocket.send`
tor-commits@lists.torproject.org