From 5fc005e8a05a5abe19e6e1fab82f739f455f2926 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sat, 10 Oct 2015 09:07:40 -0500 Subject: [PATCH] add changelog and authors --- AUTHORS.rst | 1 + docs/changelog.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index fbf2dbc..0a4678c 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -8,3 +8,4 @@ contributors: - `Dirkjan Ochtman `_ - `Henrique Bastos `_ - `Ɓukasz Langa `_ +- `Paul Kehrer `_ diff --git a/docs/changelog.rst b/docs/changelog.rst index 0c5d051..c2aa622 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,6 +11,7 @@ Changelog The move from ``unicode_literals`` to explicit prefixes broke some things that are fixed now. (`#29 `_, `#30 `_) - Fix detection of `pydoctor 0.5 `_. (`#31 `_) +- Add support for ``--enable-js`` and ``-online-redirect-url`` options. See :doc:`/usage` for more information. 2.0.0 (2014-08-14)