From 683ef11ab9a4d4119ac10c81414f0311f905413e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 26 May 2021 18:25:21 -0700 Subject: [PATCH] Update changelog --- ChangeLog.rst | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 0dc8a79e..11b777de 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -3,7 +3,9 @@ * Added compile-time formatting (`#2019 `_, - `#2044 `_). For example: + `#2044 `_, + `#2056 `_, + `#2072 `_). For example: .. code:: c++ @@ -102,14 +104,20 @@ Thanks `@alexezeder (Alexey Ochapov) `_. * Fixed various warnings and compilation issues - (`#2039 `_, + (`#2038 `_, + `#2039 `_, `#2047 `_, `#2053 `_, `#2059 `_, `#2065 `_, - `#2068 `_). - Thanks `@Finkman `_, - `@dkavolis (Daumantas Kavolis) `_. + `#2067 `_, + `#2068 `_, + `#2073 `_). + Thanks `@yeswalrus (Walter Gray) `_, + `@Finkman `_, + `@HazardyKnusperkeks (Björn Schäpers) `_, + `@dkavolis (Daumantas Kavolis) `_ + `@concatime (Issam Maghni) `_. * Improved documentation (`#2051 `_,