Skip to content

Commit

Permalink
Merge pull request #2519 from pypa/release-20.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Mar 14, 2023
2 parents c498236 + f6e3f75 commit cac68a0
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
16 changes: 16 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ Release History

.. towncrier release notes start
v20.21.0 (2023-03-12)
---------------------

Features - 20.21.0
~~~~~~~~~~~~~~~~~~
- Make closure syntax explicitly starts with {||. (:issue:`2512`)

Bugfixes - 20.21.0
~~~~~~~~~~~~~~~~~~
- Add ``print`` command to nushell print_prompt to ensure compatibility with future release of nushell,
where intermediate commands no longer print their result to stdout. (:issue:`2514`)
- Do not assume the default encoding. (:issue:`2515`)
- Make ``ReentrantFileLock`` thread-safe and,
thereby, fix race condition in ``virtualenv.cli_run`` - by :user:`radoering`. (:issue:`2516`)


v20.20.0 (2023-02-28)
---------------------

Expand Down
1 change: 0 additions & 1 deletion docs/changelog/2512.feature.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/2514.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/changelog/2515.bugfix.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/changelog/2516.bugfix.rst

This file was deleted.

0 comments on commit cac68a0

Please sign in to comment.