mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
NEWS.md: Move the rpcli text colorization note to "Other changes".
This commit is contained in:
parent
5e859695d6
commit
bafc14e792
4
NEWS.md
4
NEWS.md
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user