From c2ed5f6863e05afc44ace43184f0024fed9e18ce Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 13 Aug 2021 10:07:20 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.rst b/ChangeLog.rst index 1988283c..7982cf62 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -387,6 +387,9 @@ Thanks `@mikecrowe (Mike Crowe) `_. +* The undocumented support for specializing `formatter` for pointer types + has been removed. + * Fixed ``fmt::formatted_size`` with format string compilation (`#2141 `_, `#2161 `_).