Added a Validate warning about FTL 1.5.13 for chars outside windows-1252

This commit is contained in:
Vhati 2017-12-30 11:39:31 -05:00
parent 505f57f43e
commit 9c30e4180a
3 changed files with 98 additions and 11 deletions

View file

@ -19,6 +19,7 @@
"Made the comments in boilerplace mod metadata optional",
"Fixed omitted Validate warnings for PNG files",
"Added Validate warnings about FTL 1.6.1+ for TTF, MP3, and PNG files",
"Added a Validate warning about FTL 1.5.13 for chars outside windows-1252",
"Disabled XML escaping when reencoding to ensure invalid chars cause an error",
"Changed logging framework to SLF4J/Logback",
"Changed command line parser to picocli"

View file

@ -6,6 +6,7 @@ Changelog
- Fixed omitted Validate warnings for PNG files
- Disabled XML escaping when reencoding to ensure invalid chars cause an error
- Added Validate warnings about FTL 1.6.1+ for TTF, MP3, and PNG files
- Added a Validate warning about FTL 1.5.13 for chars outside windows-1252
- Changed logging framework to SLF4J/Logback
- Changed command line parser to picocli