Skip to content

Commit

Permalink
MNT: Update CHANGELOG for 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Aug 3, 2021
1 parent 0073fae commit f358893
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.10.0 (2021-08-03)
======
- Python 3.6+ required.
- New support for variable doc-comments (directly above variable definition
or on the same line; starting with '#:').
- Improved formatting of typing annotations.
- Respect `PYTHONWARNINGS` environment variable.
- Various other small bugs and fixes.

0.9.2 (2020-11-25)
=====
- Stop touching objects blacklisted with `__pdoc__`.
Expand Down

0 comments on commit f358893

Please sign in to comment.