diff --git a/ChangeLog.rst b/ChangeLog.rst index 6cf79e82..7d9a00e4 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -15,7 +15,7 @@ * Conditionally enabled use of ``std::allocator_traits`` (`#583 `_). Thanks `@mwinterb `_. -* Added support for `const` variadic member function emulation with ``FMT_VARIADIC_CONST`` (`#591 `_). Thanks `@ludekvodicka (Ludek Vodicka) `_. +* Added support for ``const`` variadic member function emulation with ``FMT_VARIADIC_CONST`` (`#591 `_). Thanks `@ludekvodicka (Ludek Vodicka) `_. * Various bugfixes: bad overflow check, unsupported implicit type conversion when determining formatting function, test segfaults (`#551 `_), ill-formed macros (`#542 `_) and ambiguous overloads (`#580 `_). Thanks `@xylosper (Byoung-young Lee) `_.