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

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release_notes.md')
-rw-r--r--release_notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/release_notes.md b/release_notes.md
index fa3fcfe8..c09207d5 100644
--- a/release_notes.md
+++ b/release_notes.md
@@ -132,6 +132,7 @@ ctest -C Release -R afio_sl
| ✔ | | Path views used throughout, thus avoiding string copying and allocation in `std::filesystem::path`.
| ✔ | | Paths are equally interpreted as UTF-8 on all platforms.
| ✔ | | We never store nor retain a path, as they are inherently racy and are best avoided.
+| ✔ | ✔ | Parent handle caching is hard coded in, it is now an optional user applied templated adapter class.
Todo: