Skip to content

Commit

Permalink
Update changelog for 0.9.1 and 0.10.
Browse files Browse the repository at this point in the history
Closes gh-114
  • Loading branch information
takluyver committed Mar 15, 2021
1 parent 16fe639 commit edff9c4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Changelog
=========

0.10
----

- Avoid shadowing imports such as ``colorlog`` in the backend, by moving the
``_in_process.py`` script into a separate subpackage.
- Issue warnings when using the deprecated ``pep517.build`` and
``pep517.check`` modules at the command line. See the `PyPA build project
<https://github.com/pypa/build>`_ for a replacement.
- Allow building with flit_core 3.x.
- Prefer the standard library ``unittest.mock`` to ``mock`` for tests on Python
3.6 and above.

0.9.1
-----

- Silence some static analysis warnings.

0.9
---

Expand Down

0 comments on commit edff9c4

Please sign in to comment.