File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ Changelog
99
1010 version 0.1.0-dev
1111-----------------
12- + Add a fully featured gzip application in python m zlib_ng.gzip_ng
13- + Port Cpython's gzip module to use zlib-ng
14- + Port CPython's zlib module to use zlib-ng
12+ + Build wheels for all three major operating systems.
13+ + Add a fully featured gzip application in python m zlib_ng.gzip_ng.
14+ + Port Cpython's gzip module to use zlib-ng.
15+ + Port CPython's zlib module to use zlib-ng.
1516+ Use zlib-ng version 2.0.6 as included statically linked version.
Original file line number Diff line number Diff line change @@ -159,5 +159,8 @@ This project builds upon the software and experience of many. Many thanks to:
159159 <https://github.com/python/cpython/graphs/contributors> `_.
160160 Python-zlib-ng mimicks ``zlibmodule.c `` and ``gzip.py `` from the standard
161161 library to make it easier for python users to adopt it.
162+ + The `github actions team <https://github.com/orgs/actions/people >`_ for
163+ creating the actions CI service that enables building and testing on all
164+ three major operating systems.
162165
163166.. acknowledgements end
You can’t perform that action at this time.
0 commit comments