Skip to content

Commit cac68a0

Browse files
authored
Merge pull request #2519 from pypa/release-20.21.0
2 parents c498236 + f6e3f75 commit cac68a0

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

docs/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ Release History
55

66
.. towncrier release notes start
77
8+
v20.21.0 (2023-03-12)
9+
---------------------
10+
11+
Features - 20.21.0
12+
~~~~~~~~~~~~~~~~~~
13+
- Make closure syntax explicitly starts with {||. (:issue:`2512`)
14+
15+
Bugfixes - 20.21.0
16+
~~~~~~~~~~~~~~~~~~
17+
- Add ``print`` command to nushell print_prompt to ensure compatibility with future release of nushell,
18+
where intermediate commands no longer print their result to stdout. (:issue:`2514`)
19+
- Do not assume the default encoding. (:issue:`2515`)
20+
- Make ``ReentrantFileLock`` thread-safe and,
21+
thereby, fix race condition in ``virtualenv.cli_run`` - by :user:`radoering`. (:issue:`2516`)
22+
23+
824
v20.20.0 (2023-02-28)
925
---------------------
1026

docs/changelog/2512.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2514.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/changelog/2515.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/changelog/2516.bugfix.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)