commit 6bd1d528b96e140430160a4e65c66d678fdb1313 Author: Damian Johnson atagar@torproject.org Date: Sun Dec 21 15:33:09 2014 -0800
Updating changelog
Just a few notes I forgot to add for recent changes. --- docs/change_log.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/docs/change_log.rst b/docs/change_log.rst index 132043b..def9881 100644 --- a/docs/change_log.rst +++ b/docs/change_log.rst @@ -65,19 +65,23 @@ The following are only available within Stem's `git repository
* **Utilities**
- * Added support for directories to :func:`stem.util.conf.Config.load`. - * Changed :func:`stem.util.conf.uses_settings` to only provide a 'config' keyword arument if the decorated function would accept it. + * Added support for directories to :func:`stem.util.conf.Config.load` + * Changed :func:`stem.util.conf.uses_settings` to only provide a 'config' keyword arument if the decorated function would accept it * Added :func:`stem.util.str_tools.crop` * Added :func:`stem.util.proc.file_descriptors_used` * Dropped the 'get_*' prefix from most function names. Old names will still work, but are a deprecated alias.
* **Interpreter**
- * The /info command errored for relays without contact information. + * The /info command errored for relays without contact information
* **Website**
- * Added an example for `writing descriptors to disk and reading them back <tutorials/mirror_mirror_on_the_wall.html#saving-and-loading-descriptors>`_ (:trac:`13774`) + * Tutorial for `hidden services <tutorials/over_the_river.html>`_ + * Example for `writing descriptors to disk and reading them back <tutorials/mirror_mirror_on_the_wall.html#saving-and-loading-descriptors>`_ (:trac:`13774`) + * Added Gentoo to our `download page <download.html>`_ and handful of testing revisions for that platform (:trac:`13904`) + * Tests for our tutorial examples (:trac:`11335`) + * Revised `GitWeb https://gitweb.torproject.org/`_ urls to work after its upgrade
.. _version_1.2: