diff --git a/doc/changelog.txt b/doc/changelog.txt new file mode 120000 index 000000000..a53599471 --- /dev/null +++ b/doc/changelog.txt @@ -0,0 +1 @@ +../CHANGELOG \ No newline at end of file diff --git a/doc/confrest.py b/doc/confrest.py index 66b3c32cb..05b42c4ca 100644 --- a/doc/confrest.py +++ b/doc/confrest.py @@ -59,6 +59,7 @@ pageTracker._trackPageview(); items = [ self.a_docref("install", "download.html"), self.a_docref("contact", "contact.html"), + self.a_docref("changelog", "changelog.html"), self.a_docref("faq", "faq.html"), html.div( html.h3("py.test:"), diff --git a/doc/test/index.txt b/doc/test/index.txt index a9f6341e1..e2a7a237f 100644 --- a/doc/test/index.txt +++ b/doc/test/index.txt @@ -17,7 +17,9 @@ funcargs_: powerful parametrized test function setup customize_: configuration, customization, extensions +changelog_: history of changes covering last releases +.. _changelog: ../changelog.html .. _`plugins`: plugin/index.html .. _`talks, tutorials, examples`: talks.html .. _quickstart: quickstart.html