commit 3edf5525dd4526d12b2089a3e1c3ba0d03e8d9b0 Author: Damian Johnson atagar@torproject.org Date: Sat Nov 11 12:49:01 2017 -0800
Add version 2.0 section header to changelog --- web/changelog/index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/web/changelog/index.html b/web/changelog/index.html index 174aaa7..a2df205 100644 --- a/web/changelog/index.html +++ b/web/changelog/index.html @@ -44,6 +44,7 @@
<ul> <li><b><a href="#versioning">Versioning</a></b></li> + <li><b><a href="#version-2-0">Version 2.0 (November 5th, 2017)</a></b></li> <li><b><a href="#unreleased">Unreleased</a></b></li> <li><b><a href="legacy.html">Version 1.x</a></b></li> </ul> @@ -65,8 +66,11 @@ <a href="#unreleased" class="section-title">Unreleased</a>
<p>The following are only available within Nyx's <a href="#git">git repository</a>.</p> - <p>From a user perspective little has changed, but this release is nothing less than a complete rewrite of our codebase. This adds long overdue <b>support for python 3.x</b>, test coverage, and migrate from TorCtl to <a href="https://stem.torproject.org/">Stem</a>.</p> - <p>Python 2.5 and 2.6 is no longer supported. Hopefully by now nobody will miss it. :P</p> + + <div id="version-2-0" class="section"></div> + <a href="#version-2-0" class="section-title">Version 2.0 (November 5th, 2017)</a> + + <p>Long belated update that's <b><a href="http://blog.atagar.com/nyx-release-2-0/">nothing less than a complete rewrite</a></b>! Also see <a href="https://blog.torproject.org/meet-nyx-command-line-tor-relay-monitor">Tor's blog announcement</a>. Adds long overdue <b>python 3.x support</b>, test coverage, and migrate from TorCtl to <a href="https://stem.torproject.org/">Stem</a>, and more...</p>
<br>