diff --git a/ChangeLog.rst b/ChangeLog.rst index 23702add..b3307213 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -242,16 +242,22 @@ `#1146 `_, `#1180 `_, `#1250 `_, - `#1252 `_). + `#1252 `_, + `#1265 `_). Thanks `@mikelui (Michael Lui) `_, `@foonathan (Jonathan Müller) `_, `@BillyDonahue (Billy Donahue) `_, `@jwakely (Jonathan Wakely) `_, - `@kaisbe (Kais Ben Salah) `_. + `@kaisbe (Kais Ben Salah) `_, + `@sdebionne (Samuel Debionne) `_. * Fixed ambiguous formatter specialization in ``fmt/ranges.h`` (`#1123 `_). +* Fixed formatting of a non-empty ``std::filesystem::path`` which is an + infinitely deep range of its components + (`#1268 `_). + * Fixed handling of general output iterators when formatting characters (`#1056 `_, `#1058 `_).