diff --git a/doc/releases/0.21.rst b/doc/releases/0.21.rst index 3917048db..84f024eca 100644 --- a/doc/releases/0.21.rst +++ b/doc/releases/0.21.rst @@ -85,3 +85,8 @@ Other fixes * Fixed crash in git SCM if shallow clone is active and the commit can't be reached. * Fixed state corruption if no space is left in file system (`#470 `_) * Improved handling of errors if internal worker pool cannot be initialized (`#467 `_) +* Added mitigation for spurious permission errors on Windows when writing the + project state (`#475 `_) +* Fixed crashes when a SCM would write strings with invalid encoding to stdout + (`#476 `_, + `#477 `_)