From c5102b37cb1844637b942c8ff67baf54c4d7a418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 27 May 2022 13:40:22 +0200 Subject: [PATCH] doc: updated changelog. --- doc/corrade-changelog.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/corrade-changelog.dox b/doc/corrade-changelog.dox index ed51d720b..73fa68856 100644 --- a/doc/corrade-changelog.dox +++ b/doc/corrade-changelog.dox @@ -154,7 +154,7 @@ namespace Corrade { @ref CORRADE_INTERNAL_DEBUG_ASSERT_EXPRESSION() and @ref CORRADE_INTERNAL_DEBUG_ASSERT_UNREACHABLE() macros that expand to their non-`DEBUG` counterparts on debug builds and get compiled out on - release builds. + release builds. See also [mosra/corrade#136](https://github.com/mosra/corrade/issues/136). - New @ref CORRADE_LIKELY() and @ref CORRADE_UNLIKELY() macros for instruction cache microoptimizations in tight loops