ann: http://mm.icann.org/pipermail/tz-announce/2021-October/000068.html
This release reflects the following changes, which were either
circulated on the tz mailing list or are relatively minor technical or
administrative changes:
Briefly:
Fiji suspends DST for the 2021/2022 season.
'zic -r' marks unspecified timestamps with "-00".
Changes to future timestamps
Fiji will suspend observance of DST for the 2021/2022 season.
Assume for now that it will return next year. (Thanks to Jashneel
Kumar and P Chan.)
Changes to code
'zic -r' now uses "-00" time zone abbreviations for intervals
with UT offsets that are unspecified due to -r truncation.
This implements a change in draft Internet RFC 8536bis.
update 8.1.2 (2021-03-06) to 8.4.0 (2021-10-15)
Pillow is released quarterly on January 2nd, April 1st, July 1st and
October 15th. Patch releases are created if the latest release contains
severe bugs, or if security fixes are put together before a scheduled
release. See Versioning for more information.
Regular October 15th (2021) quarterly release - This is a Main Release.
release notes:
- https://pillow.readthedocs.io/en/latest/releasenotes/8.4.0.html
- https://github.com/python-pillow/Pillow/releases
update 1.1.4 (2021-01-15) to 1.1.5 (2021-08-21)
changelog:
- https://docs.makotemplates.org/en/latest/changelog.html
bug:tests:
- Fixed some issues with running the test suite which would be revealed by running tests in random order.
update 1.1.1 (2019-02-24) to 2.0.1 (2021-05-19)
changes:
- https://github.com/pallets/markupsafe/blob/main/CHANGES.rst
Version 2.0.1 - Released 2021-05-18
- Mark top-level names as exported so type checking understands imports in user projects.
- Fix some types that weren't available in Python 3.6.0.
Version 2.0.0 -Released 2021-05-11
- Drop Python 2.7, 3.4, and 3.5 support.
- Markup.unescape uses `html.unescape` to support HTML5 character references.
- Add type annotations for static typing tools.
update 3.8.1 (2021-09-11) to 3.8.2 (2021-09-25)
* Noteworthy changes in release 3.8.2 (2021-09-25) [stable]
Fixed portability issues of bison on Cygwin.
Improvements in glr2.cc: add support for custom error messages (`%define
parse.error custom`), allow linking several parsers together.