CHANGELOG.md: remove reference to Minecraft internals

Remove a sentence that refers to internal color names, as the
information is more confusing than helpful in a user-facing changlog.
This commit is contained in:
Matthias Schiffer 2025-01-06 22:31:56 +01:00
parent f9954d1ce4
commit b9cd94b235
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -9,8 +9,7 @@
- Fix text colors for signs modified using dye - Fix text colors for signs modified using dye
- Fix text colors specified using `#rrggbb` CSS syntax in JSON text - Fix text colors specified using `#rrggbb` CSS syntax in JSON text
Only named colors specified via JSON text were working as intended. Dyed signs use different Only named colors specified via JSON text were working as intended.
color names.
The mapping of color names to values is now handled by the generator. Both the generator and the The mapping of color names to values is now handled by the generator. Both the generator and the
viewer must be updated for sign text colors to work. viewer must be updated for sign text colors to work.