C++ Format v3.0.1 Release Notes

Release Date: 2016-11-01 // over 7 years ago
    • 🛠 Fixed handling of thousands separator (#353 <https://github.com/fmtlib/fmt/issues/353>_).

    • 🛠 Fixed handling of unsigned char strings (#373 <https://github.com/fmtlib/fmt/issues/373>_).

    • Corrected buffer growth when formatting time (#367 <https://github.com/fmtlib/fmt/issues/367>_).

    • ✂ Removed warnings under MSVC and clang (#318 <https://github.com/fmtlib/fmt/issues/318>, #250 <https://github.com/fmtlib/fmt/issues/250>, also merged #385 <https://github.com/fmtlib/fmt/pull/385>_ and #361 <https://github.com/fmtlib/fmt/pull/361>). Thanks @jcelerier (Jean-Michaël Celerier) <https://github.com/jcelerier> and @nmoehrle (Nils Moehrle) <https://github.com/nmoehrle>_.

    • 🛠 Fixed compilation issues under Android (#327 <https://github.com/fmtlib/fmt/pull/327>, #345 <https://github.com/fmtlib/fmt/issues/345> and #381 <https://github.com/fmtlib/fmt/pull/381>), FreeBSD (#358 <https://github.com/fmtlib/fmt/pull/358>), Cygwin (#388 <https://github.com/fmtlib/fmt/issues/388>), MinGW (#355 <https://github.com/fmtlib/fmt/issues/355>) as well as other issues (#350 <https://github.com/fmtlib/fmt/issues/350>, #366 <https://github.com/fmtlib/fmt/issues/355>, #348 <https://github.com/fmtlib/fmt/pull/348>, #402 <https://github.com/fmtlib/fmt/pull/402>, #405 <https://github.com/fmtlib/fmt/pull/405>). Thanks to @dpantele (Dmitry) <https://github.com/dpantele>, @hghwng (Hugh Wang) <https://github.com/hghwng>, @arvedarved (Tilman Keskinöz) <https://github.com/arvedarved>, @LogicalKnight (Sean) <https://github.com/LogicalKnight>_ and @JanHellwig (Jan Hellwig) <https://github.com/janhellwig>_.

    • 🛠 Fixed some documentation issues and extended specification (#320 <https://github.com/fmtlib/fmt/issues/320>, #333 <https://github.com/fmtlib/fmt/pull/333>, #347 <https://github.com/fmtlib/fmt/issues/347>, #362 <https://github.com/fmtlib/fmt/pull/362>). Thanks to @smellman (Taro Matsuzawa aka. btm) <https://github.com/smellman>_.