aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2019-02-04 15:22:16 -0500
committerPaul Ganssle <paul@ganssle.io>2019-02-04 17:20:38 -0500
commit57659e8ffc385d90b87d13d5057c868f6b3f0529 (patch)
tree73db719f48125635630fe8008bd66b81e7e0445b
parent6db5a272fc89b0fe9431940f399d13c042b1bdf5 (diff)
downloaddateutil-57659e8ffc385d90b87d13d5057c868f6b3f0529.tar.gz
Move changelog for 582
-rw-r--r--changelog.d/410.feature.rst2
-rw-r--r--changelog.d/582.bug.rst1
-rw-r--r--changelog.d/670.doc.rst1
-rw-r--r--changelog.d/671.doc.rst1
-rw-r--r--changelog.d/672.bugfix.rst1
-rw-r--r--changelog.d/673.doc.rst4
-rw-r--r--changelog.d/674.misc.rst1
-rw-r--r--changelog.d/679.bugfix.rst1
-rw-r--r--changelog.d/681.bugfix.rst1
-rw-r--r--changelog.d/687.bugfix.rst1
-rw-r--r--changelog.d/688.misc.rst1
-rw-r--r--changelog.d/692.doc.rst1
-rw-r--r--changelog.d/693.feature.rst1
-rw-r--r--changelog.d/695.doc.rst1
-rw-r--r--changelog.d/699.misc.rst2
-rw-r--r--changelog.d/704.doc.rst1
-rw-r--r--changelog.d/706.doc.rst1
-rw-r--r--changelog.d/707.doc.rst1
-rw-r--r--changelog.d/710.data.rst1
-rw-r--r--changelog.d/714.doc.rst1
-rw-r--r--changelog.d/715.doc.rst1
-rw-r--r--changelog.d/720.misc.rst1
-rw-r--r--changelog.d/721.bugfix.rst1
-rw-r--r--changelog.d/723.misc.rst1
-rw-r--r--changelog.d/726.doc.rst1
-rw-r--r--changelog.d/726.misc.rst1
-rw-r--r--changelog.d/727.misc.rst1
-rw-r--r--changelog.d/740.misc.rst2
-rw-r--r--changelog.d/746.bugfix.rst1
-rw-r--r--changelog.d/750.misc.txt1
-rw-r--r--changelog.d/751.bugfix.rst1
-rw-r--r--changelog.d/753.doc.rst1
-rw-r--r--changelog.d/755.doc.rst2
-rw-r--r--changelog.d/757.doc.rst1
-rw-r--r--changelog.d/758.doc.rst1
-rw-r--r--changelog.d/759.doc.rst1
-rw-r--r--changelog.d/760.misc.rst1
-rw-r--r--changelog.d/761.feature.rst1
-rw-r--r--changelog.d/767.misc.rst1
-rw-r--r--changelog.d/772.misc.rst1
-rw-r--r--changelog.d/773.bugfix.rst1
-rw-r--r--changelog.d/773.misc.rst1
-rw-r--r--changelog.d/780.misc.rst1
-rw-r--r--changelog.d/784.misc.rst1
-rw-r--r--changelog.d/785.misc.rst1
-rw-r--r--changelog.d/787.bugfix.rst2
-rw-r--r--changelog.d/791.misc.rst1
-rw-r--r--changelog.d/799.misc.rst1
-rw-r--r--changelog.d/810.bugfix.rst1
-rw-r--r--changelog.d/811.bugfix.rst1
-rw-r--r--changelog.d/813.misc.rst1
-rw-r--r--changelog.d/814.bugfix.rst1
-rw-r--r--changelog.d/817.bugfix.rst1
-rw-r--r--changelog.d/822.bugfix.rst1
-rw-r--r--changelog.d/836.misc.rst1
-rw-r--r--changelog.d/839.misc.rst1
-rw-r--r--changelog.d/857.misc.rst2
-rw-r--r--changelog.d/861.bugfix.rst1
-rw-r--r--changelog.d/862.data.rst1
-rw-r--r--changelog.d/863.bugfix.rst1
60 files changed, 0 insertions, 69 deletions
diff --git a/changelog.d/410.feature.rst b/changelog.d/410.feature.rst
deleted file mode 100644
index 5e5e0d1..0000000
--- a/changelog.d/410.feature.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Added support for EXDATE parameters when parsing rrule strings.
-Reported by @mlorant (gh issue #410), fixed by @nicoe (gh pr #859).
diff --git a/changelog.d/582.bug.rst b/changelog.d/582.bug.rst
deleted file mode 100644
index bf044f5..0000000
--- a/changelog.d/582.bug.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added support for sub-minute offsets in Python 3.6+. Fixed by @cssherry (gh issue #582, pr #763)
diff --git a/changelog.d/670.doc.rst b/changelog.d/670.doc.rst
deleted file mode 100644
index aead9b2..0000000
--- a/changelog.d/670.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Corrected link syntax and updated URL to https for ISO year week number notation in relativedelta examples. (gh issue #670, pr #711)
diff --git a/changelog.d/671.doc.rst b/changelog.d/671.doc.rst
deleted file mode 100644
index 4eead2c..0000000
--- a/changelog.d/671.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add doctest examples to tzfile documentation. Done by @weatherpattern and @pganssle (gh pr #671)
diff --git a/changelog.d/672.bugfix.rst b/changelog.d/672.bugfix.rst
deleted file mode 100644
index 149981c..0000000
--- a/changelog.d/672.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Switched the ``tzoffset``, ``tzstr`` and ``gettz`` caches over to using weak references, so that the cache expires when no other references to the original ``tzinfo`` objects exist. This cache-expiry behavior is not considered part of the public interface and may change in the future. Implemented by @cs-cordero (gh pr #672, #801)
diff --git a/changelog.d/673.doc.rst b/changelog.d/673.doc.rst
deleted file mode 100644
index 892c4bc..0000000
--- a/changelog.d/673.doc.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Updated the documentation for relativedelta. Removed references to
-tuple arguments for weekday, explained effect of weekday(_, 1) and
-better explained the order of operations that relativedelta
-applies. Fixed by @kvn219 @huangy22 and @ElliotJH (gh pr #673)
diff --git a/changelog.d/674.misc.rst b/changelog.d/674.misc.rst
deleted file mode 100644
index 58b265d..0000000
--- a/changelog.d/674.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add property testing with hypothesis with property tests for parserinfo.convertyear. Implemented by @coreygirard and @loldja (gh pr #674)
diff --git a/changelog.d/679.bugfix.rst b/changelog.d/679.bugfix.rst
deleted file mode 100644
index 3cae070..0000000
--- a/changelog.d/679.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed an issue where decimal.Decimal would cast `NaN` or infinite value in a parser.parse, which will raise decimal.Decimal-specific errors. Reported and fixed by @amureki (gh issue #662, gh pr #679). \ No newline at end of file
diff --git a/changelog.d/681.bugfix.rst b/changelog.d/681.bugfix.rst
deleted file mode 100644
index aa1c239..0000000
--- a/changelog.d/681.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed a ValueError being thrown if tzinfos call explicity returns ``None``. Reported by @pganssle (gh issue #661) Fixed by @parsethis (gh pr #681)
diff --git a/changelog.d/687.bugfix.rst b/changelog.d/687.bugfix.rst
deleted file mode 100644
index 7f83add..0000000
--- a/changelog.d/687.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed incorrect parsing of certain dates earlier than 100 AD when repesented in the form "%B.%Y.%d", e.g. "December.0031.30". (gh issue #687, pr #700)
diff --git a/changelog.d/688.misc.rst b/changelog.d/688.misc.rst
deleted file mode 100644
index 204646b..0000000
--- a/changelog.d/688.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add a test for the property that ``dateutil.parser.parse`` will support inversion of ``datetime.isoformat()`` so long as ``sep`` is an ASCII character. Added by @pganssle (gh pr #688)
diff --git a/changelog.d/692.doc.rst b/changelog.d/692.doc.rst
deleted file mode 100644
index 2c40f51..0000000
--- a/changelog.d/692.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added changelog to documentation. (gh issue #692, gh pr #707)
diff --git a/changelog.d/693.feature.rst b/changelog.d/693.feature.rst
deleted file mode 100644
index 3e1d422..0000000
--- a/changelog.d/693.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Adds a feature when initializing an rrule with a specified UNTIL but without an explicitly specified DTSTART so that the generated DTSTART takes on the time zone of the UNTIL. Reported by @href (gh issue #652). Fixed by @absreim (gh pr #693). \ No newline at end of file
diff --git a/changelog.d/695.doc.rst b/changelog.d/695.doc.rst
deleted file mode 100644
index 2afb754..0000000
--- a/changelog.d/695.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Changed order of keywords in rrule docstring. Reported and fixed by @rmahajan14 (gh issue #686, gh pr #695).
diff --git a/changelog.d/699.misc.rst b/changelog.d/699.misc.rst
deleted file mode 100644
index cf45bd7..0000000
--- a/changelog.d/699.misc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Added unittest to check if tz's objects repr contains the "name" attribute of an input fileobject.
-Added by @Bergvca (gh pr #699)
diff --git a/changelog.d/704.doc.rst b/changelog.d/704.doc.rst
deleted file mode 100644
index 1568b69..0000000
--- a/changelog.d/704.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added documentation for ``dateutil.tz.gettz``. Reported by @pganssle (gh issue #647). Fixed by @weatherpattern (gh pr #704)
diff --git a/changelog.d/706.doc.rst b/changelog.d/706.doc.rst
deleted file mode 100644
index f97e50c..0000000
--- a/changelog.d/706.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Cleaned up malformed RST in the ``tz`` documentation. (gh issue #702, gh pr #706)
diff --git a/changelog.d/707.doc.rst b/changelog.d/707.doc.rst
deleted file mode 100644
index dc65d5b..0000000
--- a/changelog.d/707.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Changed the default theme to sphinx_rtd_theme, and changed the sphinx configuration to go along with that. (gh pr #707)
diff --git a/changelog.d/710.data.rst b/changelog.d/710.data.rst
deleted file mode 100644
index 38f4dc3..0000000
--- a/changelog.d/710.data.rst
+++ /dev/null
@@ -1 +0,0 @@
-Update tzdata to 2018e. (gh pr #710)
diff --git a/changelog.d/714.doc.rst b/changelog.d/714.doc.rst
deleted file mode 100644
index c5b712d..0000000
--- a/changelog.d/714.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Reorganized ``dateutil.tz`` documentation and fixed issue with the ``dateutil.tz`` docstring. (gh pr #714)
diff --git a/changelog.d/715.doc.rst b/changelog.d/715.doc.rst
deleted file mode 100644
index 074e75e..0000000
--- a/changelog.d/715.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add documentation for the ``dateutil.tz.win`` module and mocked out certain Windows-specific modules so that autodoc can still be run on non-Windows systems. (gh issue #442, pr #715)
diff --git a/changelog.d/720.misc.rst b/changelog.d/720.misc.rst
deleted file mode 100644
index 958a557..0000000
--- a/changelog.d/720.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Remove deprecated requires from setup.py. Reported by @mhsmith (gh issue #720). Fixed by @cssherry (gh pr #752) \ No newline at end of file
diff --git a/changelog.d/721.bugfix.rst b/changelog.d/721.bugfix.rst
deleted file mode 100644
index 93f1b48..0000000
--- a/changelog.d/721.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add support for ISO 8601 times with comma as the decimal separator. (gh pr #721)
diff --git a/changelog.d/723.misc.rst b/changelog.d/723.misc.rst
deleted file mode 100644
index de959db..0000000
--- a/changelog.d/723.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Brought setup.py into compliance with PEP8. (gh pr #723)
diff --git a/changelog.d/726.doc.rst b/changelog.d/726.doc.rst
deleted file mode 100644
index 0291804..0000000
--- a/changelog.d/726.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added documentation for the ``rrule.rrulestr`` function. Fixed by @prdickson (gh issue #623, gh pr #762)
diff --git a/changelog.d/726.misc.rst b/changelog.d/726.misc.rst
deleted file mode 100644
index 6c479ea..0000000
--- a/changelog.d/726.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Migrated easter tests to use parametrized pytest tests rather than a for loop within a single test. Implemented by @jpurviance (gh pr #726)
diff --git a/changelog.d/727.misc.rst b/changelog.d/727.misc.rst
deleted file mode 100644
index 89b9f39..0000000
--- a/changelog.d/727.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Parametrized many parser tests. Fixed by @jpurviance (gh pr #727)
diff --git a/changelog.d/740.misc.rst b/changelog.d/740.misc.rst
deleted file mode 100644
index 5f5af37..0000000
--- a/changelog.d/740.misc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Check that README is rendered correctly on PyPI. Reported by @pganssle (gh issue #734). Fixed by
-@alimcmaster1 (gh pr #740)
diff --git a/changelog.d/746.bugfix.rst b/changelog.d/746.bugfix.rst
deleted file mode 100644
index 2a415ea..0000000
--- a/changelog.d/746.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Add build requirements to pyproject.toml. (gh issue #736, gh pr #746)
diff --git a/changelog.d/750.misc.txt b/changelog.d/750.misc.txt
deleted file mode 100644
index c4acf28..0000000
--- a/changelog.d/750.misc.txt
+++ /dev/null
@@ -1 +0,0 @@
-Relicensed Alex Willmer's commits (mainly those in pr #120) @moreati (gh pr #750)
diff --git a/changelog.d/751.bugfix.rst b/changelog.d/751.bugfix.rst
deleted file mode 100644
index c17e5cc..0000000
--- a/changelog.d/751.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Changed handling of T24:00 to be compliant with the standard. T24:00 now represents midnight on the *following* day. Fixed by @cheukting (gh issue #658, gh pr #751)
diff --git a/changelog.d/753.doc.rst b/changelog.d/753.doc.rst
deleted file mode 100644
index 4be5e21..0000000
--- a/changelog.d/753.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added an example of how to customize the parser with a parserinfo subclass. Added by @prdickson (gh #753)
diff --git a/changelog.d/755.doc.rst b/changelog.d/755.doc.rst
deleted file mode 100644
index 9c504d6..0000000
--- a/changelog.d/755.doc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Improved documentation on the use of ``until`` and ``count`` parameters in ``rrule``.
-Fixed by @lucaferocino (gh pr #755). \ No newline at end of file
diff --git a/changelog.d/757.doc.rst b/changelog.d/757.doc.rst
deleted file mode 100644
index 8347ab5..0000000
--- a/changelog.d/757.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Improved the contributing documentation to specify where to create changelog files. Contributed by @andrewcbennett (gh pr #757)
diff --git a/changelog.d/758.doc.rst b/changelog.d/758.doc.rst
deleted file mode 100644
index 059ec5d..0000000
--- a/changelog.d/758.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed a broken doctest in the relativedelta module. Fixed by @nherriot (gh pr #758).
diff --git a/changelog.d/759.doc.rst b/changelog.d/759.doc.rst
deleted file mode 100644
index 30dee70..0000000
--- a/changelog.d/759.doc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Improved the documentation for the ``relativedelta.relativedelta`` class. Contributed by @andrewcbennett (gh pr #759)
diff --git a/changelog.d/760.misc.rst b/changelog.d/760.misc.rst
deleted file mode 100644
index d47ab33..0000000
--- a/changelog.d/760.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added tests to bring relativedelta.py to 100% test coverage. Contribution by @lucaferocino (gh issue #521, gh pr #760).
diff --git a/changelog.d/761.feature.rst b/changelog.d/761.feature.rst
deleted file mode 100644
index 37c9b4d..0000000
--- a/changelog.d/761.feature.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added a small "strong value" cache into ``tz.gettz``, ``tz.tzoffset`` and ``tz.tzstr`` to improve performance in the situation where transient references are repeatedly created to the same time zones, but no strong reference is continuously held. Patch by Gökçen Nurlu (gh issue #691, gh pr #761)
diff --git a/changelog.d/767.misc.rst b/changelog.d/767.misc.rst
deleted file mode 100644
index b62adf4..0000000
--- a/changelog.d/767.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Refactored some parser input format tests into a separate class. Patch by @jbrockmendel (gh pr #767)
diff --git a/changelog.d/772.misc.rst b/changelog.d/772.misc.rst
deleted file mode 100644
index cf2009d..0000000
--- a/changelog.d/772.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added tests that an error is raised for an incorrect separator character in a strict isoparser. Contribution by @alimcmaster1 (gh pr #772).
diff --git a/changelog.d/773.bugfix.rst b/changelog.d/773.bugfix.rst
deleted file mode 100644
index e0b1d24..0000000
--- a/changelog.d/773.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed an issue where ``isoparser.parse_isotime`` was unable to handle the ``24:00`` variant representation of midnight. (gh pr #773)
diff --git a/changelog.d/773.misc.rst b/changelog.d/773.misc.rst
deleted file mode 100644
index 6b5c2e5..0000000
--- a/changelog.d/773.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added tests that parse_isotime only allows hours == 24 when the time is midnight. (gh pr #773)
diff --git a/changelog.d/780.misc.rst b/changelog.d/780.misc.rst
deleted file mode 100644
index b3cae9e..0000000
--- a/changelog.d/780.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Switched test suite over to throwing errors whenever unexpected warnings are raised. As part of this, the test_import_star test was cleaned up, as it had been throwing deprecation warnings. (gh pr #780)
diff --git a/changelog.d/784.misc.rst b/changelog.d/784.misc.rst
deleted file mode 100644
index 8e6fdf6..0000000
--- a/changelog.d/784.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Started testing against Python 3.7 on Linux. (gh pr #784)
diff --git a/changelog.d/785.misc.rst b/changelog.d/785.misc.rst
deleted file mode 100644
index 7f782a1..0000000
--- a/changelog.d/785.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Tests are now run against the master branch of the tz database. (gh issue #617, gh pr #785)
diff --git a/changelog.d/787.bugfix.rst b/changelog.d/787.bugfix.rst
deleted file mode 100644
index 803e208..0000000
--- a/changelog.d/787.bugfix.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Accept more than 6 fractional digits in `isoparse`.
-Reported and fixed by @jayschwa (gh issue #786, gh pr #787).
diff --git a/changelog.d/791.misc.rst b/changelog.d/791.misc.rst
deleted file mode 100644
index c5e6c65..0000000
--- a/changelog.d/791.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Moved the ``tz.tz._ContextWrapper`` class to ``tz.tz._nullcontext``; the old class is now a backport of ``contextmanager.nullcontext``, which is used if available. (gh pr #791)
diff --git a/changelog.d/799.misc.rst b/changelog.d/799.misc.rst
deleted file mode 100644
index 11498bc..0000000
--- a/changelog.d/799.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Pinned setuptools to <40.0 in CI build on Python 3.3, for whatever reason pip doesn't respect python_requires for that package on Python 3.3. (gh pr #799)
diff --git a/changelog.d/810.bugfix.rst b/changelog.d/810.bugfix.rst
deleted file mode 100644
index fab78a9..0000000
--- a/changelog.d/810.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed a bug with base offset changes during DST in ``tzfile``, and refactored the way base offset changes are detected. Originally reported on StackOverflow by @MartinThoma. (gh issue #812, gh pr #810)
diff --git a/changelog.d/811.bugfix.rst b/changelog.d/811.bugfix.rst
deleted file mode 100644
index bf5368a..0000000
--- a/changelog.d/811.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Improved performance and inspection properties of tzname methods. (gh pr #811)
diff --git a/changelog.d/813.misc.rst b/changelog.d/813.misc.rst
deleted file mode 100644
index 8bb045a..0000000
--- a/changelog.d/813.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Dropped use of six.(Bytes|String)IO in favor of io.(Bytes|String)IO in two test files. Patch by @jdufresne (gh pr #813)
diff --git a/changelog.d/814.bugfix.rst b/changelog.d/814.bugfix.rst
deleted file mode 100644
index fb4e65a..0000000
--- a/changelog.d/814.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Changed the ``python setup.py test`` to print an error to ``stderr`` and exit with 1 instead of 0. Reported and fixed by @hroncok (gh pr #814)
diff --git a/changelog.d/817.bugfix.rst b/changelog.d/817.bugfix.rst
deleted file mode 100644
index e82cc66..0000000
--- a/changelog.d/817.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Removed unnecessary binary_type compatibility shims. Added by @jdufresne (gh pr #817)
diff --git a/changelog.d/822.bugfix.rst b/changelog.d/822.bugfix.rst
deleted file mode 100644
index a032cfe..0000000
--- a/changelog.d/822.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Accept 'z' as valid UTC time zone in isoparser. Reported by @cjgibson (gh issue #820). Fixed by @Cheukting (gh pr #822)
diff --git a/changelog.d/836.misc.rst b/changelog.d/836.misc.rst
deleted file mode 100644
index 50b22a0..0000000
--- a/changelog.d/836.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed test coverage communication so that only one ``pytest`` invocation is necessary to avoid ``xfail`` tests contributing to the code coverage. (gh pr #836)
diff --git a/changelog.d/839.misc.rst b/changelog.d/839.misc.rst
deleted file mode 100644
index 258e61f..0000000
--- a/changelog.d/839.misc.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added some tests for _DatetimeWithFold to improve test coverage.
diff --git a/changelog.d/857.misc.rst b/changelog.d/857.misc.rst
deleted file mode 100644
index 4ce9135..0000000
--- a/changelog.d/857.misc.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fixed issue with get_marker API change introduced by pytest version >= 4.0
-Reported and fixed by @nicoe (gh issue #857, pr #858)
diff --git a/changelog.d/861.bugfix.rst b/changelog.d/861.bugfix.rst
deleted file mode 100644
index a4f9da2..0000000
--- a/changelog.d/861.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fixed error condition in ``tz.gettz`` when a non-ASCII timezone is passed on Windows in Python 2.7. (gh issue #802, pr #861)
diff --git a/changelog.d/862.data.rst b/changelog.d/862.data.rst
deleted file mode 100644
index c17c6e9..0000000
--- a/changelog.d/862.data.rst
+++ /dev/null
@@ -1 +0,0 @@
-Updated tzdata version to to 2018i.
diff --git a/changelog.d/863.bugfix.rst b/changelog.d/863.bugfix.rst
deleted file mode 100644
index efe47dd..0000000
--- a/changelog.d/863.bugfix.rst
+++ /dev/null
@@ -1 +0,0 @@
-Added a ``build-system.build-backend`` key in ``pyproject.toml`` and explicitly started shipping the ``pyproject.toml`` file in source distributions. (gh pr #863)