From e7f6888c7ab66515cd3cf9932989869e9ed4ffc5 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Mon, 8 May 2023 09:49:39 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index f38e5f65..fdde038a 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -31,7 +31,7 @@ `#3399 `_, `#3400 `_). Thanks `@DanielaE (Daniela Engert) `_. - Switched to the [modules CMake library](https://github.com/vitaut/modules) + Switched to the `modules CMake library `_ which allows building {fmt} as a C++20 module with clang:: CXX=clang++ cmake -DFMT_MODULE=ON .