NEWS.md: Mention the 'abgr' swizzle issue on little-endian systems.

This commit is contained in:
David Korth 2025-06-16 19:46:40 -04:00
parent aeb568dda3
commit 2613201bb3

View File

@ -35,6 +35,7 @@
* Reported by @Masamune3210. * Reported by @Masamune3210.
* Qoi: R/B channels were incorrectly swapped when this was first added in v2.5. * Qoi: R/B channels were incorrectly swapped when this was first added in v2.5.
* Affects: v2.5 - v2.5.1 * Affects: v2.5 - v2.5.1
* Fix an issue where an 'abgr' swizzle might fail on little-endian systems.
* Other changes: * Other changes:
* rpcli: Added more colorization for warning messages. * rpcli: Added more colorization for warning messages.