diff --git a/ChangeLog.rst b/ChangeLog.rst index 146b6acf..a795b020 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -4,10 +4,12 @@ * Optimized chrono formatting (`#2500 `_, `#2537 `_, + `#2541 `_, `#2544 `_, `#2550 `_, `#2551 `_, `#2576 `_, + `#2577 `_, `#2586 `_, `#2591 `_, `#2594 `_, @@ -106,7 +108,7 @@ * Added missing diagnostic when trying to format function and member pointers as well as objects convertible to pointers which is explicitly disallowed - (`#2598 `_, + (`#2598 `_, `#2609 `_, `#2610 `_). Thanks `@AlexGuteniev (Alex Guteniev) `_. @@ -141,6 +143,21 @@ `#2643 `_). Thanks `@mkurdej (Marek Kurdej) `_. +* Implemented argument forwarding in ``format_to_n`` + (`#2462 `_, + `#2463 `_). + Thanks `@owent (WenTao Ou) `_. + +* Fixed handling of implicit conversions in ``fmt::to_string`` and format string + compilation (`#2565 `_). + +* Changed the default access mode of files created by ``fmt::output_file`` to + ``-rw-r--r--`` for consistency with ``fopen`` + (`#2530 `_). + +* Make ``fmt::ostream::flush`` public + (`#2435 `_). + * Improved C++14/17 attribute detection (`#2615 `_). Thanks `@AlexGuteniev (Alex Guteniev) `_. @@ -150,8 +167,12 @@ Thanks `@DanielaE (Daniela Engert) `_. * Improved documentation - (`#2446 `_, + (`#2406 `_, + `#2446 `_, + `#2493 `_, + `#2513 `_, `#2515 `_, + `#2522 `_, `#2562 `_, `#2575 `_, `#2606 `_, @@ -181,7 +202,8 @@ Thanks `@Vertexwahn `_. * Improved build configuration and tests - (`#2558 `_, + (`#2437 `_, + `#2558 `_, `#2650 `_, `#2663 `_, `#2677 `_). @@ -193,23 +215,35 @@ (`#2353 `_, `#2356 `_, `#2399 `_, + `#2408 `_, `#2414 `_, `#2427 `_, `#2442 `_, `#2434 `_, + `#2439 `_, `#2447 `_, `#2450 `_, + `#2455 `_, + `#2465 `_, + `#2472 `_, `#2474 `_, `#2476 `_, + `#2478 `_, + `#2479 `_, + `#2481 `_, `#2482 `_, `#2483 `_, + `#2490 `_, `#2491 `_, `#2510 `_, `#2518 `_, + `#2528 `_, `#2529 `_, `#2539 `_, + `#2540 `_, `#2545 `_, `#2555 `_, + `#2557 `_, `#2570 `_, `#2573 `_, `#2582 `_, @@ -223,7 +257,8 @@ `#2653 `_, `#2654 `_, `#2661 `_, - `#2664 `_). + `#2664 `_, + `#2684 `_). Thanks `@DanielaE (Daniela Engert) `_, `@mwinterb `_, `@cdacamar (Cameron DaCamara) `_, @@ -245,7 +280,8 @@ `@Acretock `_, `@alexezeder (Alexey Ochapov) `_, `@andrewcorrigan (Andrew Corrigan) `_, - `@lucpelletier `_. + `@lucpelletier `_, + `@HazardyKnusperkeks (Björn Schäpers) `_. 8.0.1 - 2021-07-02 ------------------