From 3c813914346d034c6535b101bc1ba92a51305fda Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 09:18:59 +0000 Subject: [PATCH] Update changelog for v5.2.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a674770..083a342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ rename `Unreleased` topic with the new version tag. Finally, create a new `Unrel ## Unreleased +## v5.2.0 + ### API: filesystem - Accept `overwrite`, `skip`, and `recursive` options for the `filesystem.copy()` function.