Skip to content

Commit e2e0852

Browse files
committed
Add #195 to CHANGELOG and improve formatting/grammar
1 parent 0c4d991 commit e2e0852

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
2.0.0 (unreleased)
22
------------------
33

4-
* removed support for Python < 3.7
5-
* apply pyupgrade --py37-plus
6-
* minimal mypy fixes and python2 support code drop
7-
* migrate packaging to hatch
8-
* drop deprecated apis of old makegateway names
9-
* Removed ``py`` testing dependency
4+
* Removed support for Python < 3.7.
105

6+
- Applied ``pyupgrade --py37-plus``.
7+
- Minimal ``mypy`` fixes and dropped Python 2 support code.
8+
9+
* Migrated packaging to ``hatch``.
10+
* Dropped deprecated APIs of old makegateway names.
11+
* Removed ``py`` testing dependency.
12+
* Explicitly pass ``encoding`` when opening files in the gateway to get rid of warnings when using ``PYTHONWARNDEFAULTENCODING=1`` (#195).
1113

1214

1315
1.9.0 (2021-06-13)

0 commit comments

Comments
 (0)