From fc875735dd13c90a9babfe42822dcd74faba887f Mon Sep 17 00:00:00 2001 From: Steffen Schuemann Date: Tue, 6 Apr 2021 12:09:32 +0200 Subject: [PATCH] Updated readme. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 74e1221..c496b0f 100644 --- a/README.md +++ b/README.md @@ -537,6 +537,16 @@ to the expected behavior. ## Release Notes +### v1.5.5 (WIP) + +* Fix for [#114](https://github.com/gulrak/filesystem/issues/114), for macOS + the pre-Catalina deployment target detection worked only if `` + was included before `` or ``/``. +* Fix for [#113](https://github.com/gulrak/filesystem/issues/113), the use of + standard chapter numbers was misleading since C++17 and C++20 `std::filesystem` + features are supported, and was replaced by the tag-like chapter names that + stay (mostly) consistent over the versions. + ### [v1.5.4](https://github.com/gulrak/filesystem/releases/tag/v1.5.4) * Pull request [#112](https://github.com/gulrak/filesystem/issues/112), lots