aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-04-24 19:25:46 -0400
committerPaul Ganssle <paul@ganssle.io>2018-04-24 19:28:37 -0400
commit187b69dd5659e26f1b0098cb1c126c4b663e0d4d (patch)
tree7a2d08198d6110fa8428b368ed8fc0d4844daafc /NEWS
parentcd2762873ef1ecfd3cdf6f0111075a549f45b909 (diff)
downloaddateutil-187b69dd5659e26f1b0098cb1c126c4b663e0d4d.tar.gz
Add changelog to documentation
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 3 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 92a27c8..acde2d3 100644
--- a/NEWS
+++ b/NEWS
@@ -162,7 +162,7 @@ Version 2.7.0
- 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 @@ Version 0.9
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 @@ Version 0.9
- 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