NEWS.md: Move the rpcli text colorization note to "Other changes".

This commit is contained in:
David Korth 2025-03-29 22:29:04 -04:00
parent 5e859695d6
commit bafc14e792

View File

@ -8,8 +8,6 @@
will be ignored. Android packages (.apk) are also not currently
supported.
* Qoi: Quite OK Image Format parser. Uses qoi.h from upstream.
* rpcli: Text output for "warning" messages is now colorized if
printing to a terminal.
* New parser features:
* WiiUPackage: Add support for extracted Wii U packages.
@ -76,6 +74,8 @@
libfmt has faster string parsing than printf() and stringstream, and has
guaranteed type-safe format handling using C++ templates, whereas printf
can get tripped up because it uses C-style varargs.
* rpcli: Text output for "warning" messages is now colorized if
printing to a terminal.
* Removed IFUNC support. It's only supported by glibc on Linux (and possibly
some of the BSDs), and it adds a lot of complexity. The regular C dispatch
functions only have a few instructions of overhead in most cases.