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