From d156fe8567c63182d2de6cf577439bdc478996b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 27 Jan 2025 13:21:12 +0100 Subject: [PATCH] doc: update changelog. --- doc/changelog.dox | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/changelog.dox b/doc/changelog.dox index d141f495c..c78162a4c 100644 --- a/doc/changelog.dox +++ b/doc/changelog.dox @@ -1529,6 +1529,9 @@ See also: @relativeref{Text::AbstractGlyphCache,addGlyph()} that better expose multi-font and 2D array support. The old API can only be called on 2D glyph caches now. + - @cpp Text::AbstractGlyphCache::operator[]() @ce is deprecated in favor + of @ref Text::AbstractGlyphCache::glyph() that returns also an array + atlas layer. See also [mosra/magnum#661](https://github.com/mosra/magnum/issues/661). - @cpp Text::AbstractGlyphCache::textureSize() @ce is deprecated in favor of @ref Text::AbstractGlyphCache::size() which returns a 3D size in order to support texture arrays as well. The old API can only be called