# HG changeset patch
# User Paul Ganssle <paul@ganssle.io>
# Date 1524612346 14400
#      Tue Apr 24 19:25:46 2018 -0400
# Node ID 215a1a8b1fd6853fa7d623757effbd8cd1d0d567
# Parent  f97cd27498a3cf6d70839286fdfac8e59144318d
Add changelog to documentation

diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -162,7 +162,7 @@
 - Style improvement to zoneinfo.tzfile that was confusing to static type
   checkers. Reported and fixed by @quodlibetor (gh pr #485)
 - Several unused imports were removed by @jdufresne. (gh pr #486)
-- Switched isinstance(*, collections.Callable) to callable, which is available
+- Switched ``isinstance(*, collections.Callable)`` to callable, which is available
   on all supported Python versions. Implemented by @jdufresne (gh pr #612)
 - Added CONTRIBUTING.md (gh pr #533)
 - Added AUTHORS.md (gh pr #542)
@@ -609,7 +609,7 @@
   Andreas Köhler.
 
 - Implemented internal timezone information with binary
-  timezone files [1]. datautil.tz.gettz() function will now
+  timezone files. datautil.tz.gettz() function will now
   try to use the system timezone files, and fallback to
   the internal versions. It's also possible to ask for
   the internal versions directly by using
@@ -628,13 +628,11 @@
 
 - Fixed other reported bugs.
 
-[1] http://www.twinsun.com/tz/tz-link.htm
-
 
 Version 0.5
 ===========
 
-- Removed FREQ_ prefix from rrule frequency constants
+- Removed ``FREQ_`` prefix from rrule frequency constants
   WARNING: this breaks compatibility with previous versions.
 
 - Fixed rrule.between() for cases where "after" is achieved
diff --git a/changelog.d/692.doc.rst b/changelog.d/692.doc.rst
new file mode 100644
--- /dev/null
+++ b/changelog.d/692.doc.rst
@@ -0,0 +1,1 @@
+Added changelog to documentation. (gh issue #692, gh pr #707)
diff --git a/docs/changelog.rst b/docs/changelog.rst
new file mode 100644
--- /dev/null
+++ b/docs/changelog.rst
@@ -0,0 +1,7 @@
+.. Changelog transcluded from the NEWS file
+
+=========
+Changelog
+=========
+
+.. include:: ../NEWS
diff --git a/docs/index.rst b/docs/index.rst
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -11,9 +11,14 @@
 Contents:
 
 .. toctree::
+   :maxdepth: 1
+
+   Overview <self>
+   Changelog <changelog>
+
+.. toctree::
    :maxdepth: 2
 
-   self
    easter
    parser
    relativedelta