* Support for Floating Point Mode Register (FPMR) in AArch64.
+* When running on the Windows Terminal console, GDB now supports
+ true-color 24-bit colors.
+
+* When running on the Windows Terminal console whose output codepage
+ is 65001, GDB now supports emoji styling and display of UTF-8
+ encoded text in general. The host charset in that case will be
+ automatically set to UTF-8. (Users can use the Windows 'chcp'
+ command to change the output codepage of the console.)
+
* New targets
GNU/Linux/MicroBlaze (gdbserver) microblazeel-*linux*
Enable or disable the use of emoji. On most hosts, the default is
@samp{auto}, meaning that emoji will only be used if the host
character set is @samp{UTF-8}; however, on Windows the default is
-@samp{off} when using the console. Note that disabling styling as a
-whole will also prevent emoji display.
+@samp{off} when using the console, unless the console's output
+codepage is 65001, the Windows UTF-8 codepage. Note that disabling
+styling as a whole will also prevent emoji display.
Currently, emoji are printed whenever @value{GDBN} reports an error or
a warning.