Skip to content
Snippets Groups Projects
Commit 215a1a8b1fd6 authored by Paul Ganssle's avatar Paul Ganssle
Browse files

Add changelog to documentation

parent f97cd27498a3
No related branches found
No related tags found
No related merge requests found
......@@ -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,9 +628,7 @@
- Fixed other reported bugs.
[1] http://www.twinsun.com/tz/tz-link.htm
Version 0.5
===========
......@@ -633,8 +631,8 @@
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
......
Added changelog to documentation. (gh issue #692, gh pr #707)
.. Changelog transcluded from the NEWS file
=========
Changelog
=========
.. include:: ../NEWS
......@@ -11,5 +11,11 @@
Contents:
.. toctree::
:maxdepth: 1
Overview <self>
Changelog <changelog>
.. toctree::
:maxdepth: 2
......@@ -14,6 +20,5 @@
:maxdepth: 2
self
easter
parser
relativedelta
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment