diff --git a/docs/reST/ref/font.rst b/docs/reST/ref/font.rst index 6f0b69bf57..7ae66bd3a7 100644 --- a/docs/reST/ref/font.rst +++ b/docs/reST/ref/font.rst @@ -246,6 +246,10 @@ loaded instead. Font rendering is not thread safe: only a single thread can render text at any time. + .. versionchanged:: 2.0.3 Rendering UCS_4 unicode works, and does not + raise an exception. Use hasattr(pygame.font, 'UCS_4') to see if pygame + supports rendering UCS_4. + .. ## Font.render ## .. method:: size