Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2021-01-06 13:02:16 +0300
committerThijs Schreijer <thijs@thijsschreijer.nl>2021-01-06 20:58:36 +0300
commit36b0090ec2d331cca8bea77302ad10881f7078d5 (patch)
tree0947de9dd00a251cac71938fefddc38fce40f976 /CHANGELOG.md
parent9b4756fc1735ab02fc4bacb55dd2a3edaa5a0bad (diff)
fix(dir.rmtree) remove symlinks without following
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 393f2e1..7e50394 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,7 +12,10 @@ see [CONTRIBUTING.md](CONTRIBUTING.md#release-instructions-for-a-new-version) fo
[#360](https://github.com/lunarmodules/Penlight/pull/360)
- feat: `permute.list_table` generate table with different sets of values
[#360](https://github.com/lunarmodules/Penlight/pull/360)
- - feat: deprecation functionality `utils.raise_deprecation` [#361](https://github.com/lunarmodules/Penlight/pull/361)
+ - feat: deprecation functionality `utils.raise_deprecation`
+ [#361](https://github.com/lunarmodules/Penlight/pull/361)
+ - fix: `dir.rmtree` failed to remove symlinks to directories
+ [#365](https://github.com/lunarmodules/Penlight/pull/365)
## 1.9.2 (2020-09-27)