Skip to content

1.6.1

Compare
Choose a tag to compare
@Carleslc Carleslc released this 04 Jul 13:47
· 193 commits to master since this release
  • Default encoding is now UTF-8 instead system default.

If desired, you can change the encoding to use your system's default charset or any other with:

yamlFile.options().charset(Charset.defaultCharset());