Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.