Xslate 3.0.0 released!

This is an important release because it could break the existing code.

Includes a bug fix that has changed behavior: if you use a multi-byte string literal for a hash key like $hash["こんにちは"], the key was not dealt as a text string, but as a binary (byte) string. Now the behavior is fixed so "こんにちは" is a text string unless you specify input_layer => ":raw".

Thanks to @Niratama to reporting it.