From 168c62a7797233429cdfd258a6e79b8cfba66e17 Mon Sep 17 00:00:00 2001 From: Frank de Jonge Date: Sun, 3 Dec 2023 19:24:41 +0100 Subject: [PATCH] Prep changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77bc05665..5efbdd1b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,21 @@ # Changelog -## 3.21.0 - 2023-11-18 +## 3.21.0 - 2023-12-03 ### Changes - Retain visibility on local copy for local FS, in line with other adapter (#1730) by @jnoordsij +- Prevent double directory creation with lazy root creation for Local filesystem. + +### Fixes + +- Resolve to "inconclusive" mimetype instead of causing a type error by @GuySartorelli +- Corrected spelling of a configuration key for the Azure adapter by @shineability + +### Additions + +- MountManager::extend allows for immutable dynamic extension of the mount manager. +- Added a new abstract DecoratedAdapter for easier decoration of adapters by @jnoordsij ## 3.20.0 - 2023-11-14