From e26bfede85255516ab28b3fdbe62ac273239a63b Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Wed, 5 Jun 2024 18:22:42 +0800 Subject: [PATCH] Update changelog for v0.8.3 --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9475eae1..37e1dba2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,11 @@ Changelog ========= +0.8.3 (2024-06-05) +------------------ + +- Fix the "OSError: [Errno 18] Invalid cross-device link." for cross-system operations. + 0.8.2 (2024-04-05) ------------------