Update changelog

This commit is contained in:
Victor Zverovich 2023-05-08 09:49:39 -07:00
parent 39db2dfd06
commit e7f6888c7a

View File

@ -31,7 +31,7 @@
`#3399 <https://github.com/fmtlib/fmt/pull/3399>`_,
`#3400 <https://github.com/fmtlib/fmt/pull/3400>`_).
Thanks `@DanielaE (Daniela Engert) <https://github.com/DanielaE>`_.
Switched to the [modules CMake library](https://github.com/vitaut/modules)
Switched to the `modules CMake library <https://github.com/vitaut/modules>`_
which allows building {fmt} as a C++20 module with clang::
CXX=clang++ cmake -DFMT_MODULE=ON .