From 552867a000005b13d170c6cbd36ab0f476d9f805 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Wed, 20 Sep 2017 00:11:38 +0100 Subject: Fix UB where we were accidentally storing a directory_handle as a path_handle in path_discovery. --- release_notes.md | 1 + 1 file changed, 1 insertion(+) (limited to 'release_notes.md') 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: -- cgit v1.2.3