[stem/master] Noting when HS_DESC support was added

commit 9aadf0e989b8ecaa41628ddd8ce8edc099539ec4 Author: Damian Johnson <atagar@torproject.org> Date: Sun Mar 16 11:12:57 2014 -0700 Noting when HS_DESC support was added Oops, forgot to note when we added HS_DESC event support. Spotted by wfn. --- docs/change_log.rst | 1 + stem/response/events.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/change_log.rst b/docs/change_log.rst index dc43e4f..5e82005 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -48,6 +48,7 @@ The following are only available within stem's `git repository * Added `support for CIRC_BW events <api/response.html#stem.response.events.CircuitBandwidthEvent>`_ (:spec:`6f2919a`) * Added `support for CELL_STATS events <api/response.html#stem.response.events.CellStatsEvent>`_ (:spec:`6f2919a`) * Added `support for TB_EMPTY events <api/response.html#stem.response.events.TokenBucketEmptyEvent>`_ (:spec:`6f2919a`) + * Added `support for HS_DESC events <api/response.html#stem.response.events.HSDescEvent>`_ (:spec:`a67ac4d`, :trac:`10807`) * **Utilities** diff --git a/stem/response/events.py b/stem/response/events.py index 234cfde..b0bebfb 100644 --- a/stem/response/events.py +++ b/stem/response/events.py @@ -576,6 +576,8 @@ class HSDescEvent(Event): The HS_DESC event was introduced in tor version 0.2.5.2-alpha. + .. versionadded:: 1.2.0 + :var stem.HSDescAction action: what is happening with the descriptor :var str address: hidden service address :var stem.HSAuth authentication: service's authentication method
participants (1)
-
atagar@torproject.org