Skip to content

0.4.0

Compare
Choose a tag to compare
@kingzcheung kingzcheung released this 21 Oct 10:32
· 3 commits to main since this release

Breaking Change

When encountering values like zh-CN, the enum variant has been changed from ZH_CN to ZhCn to better conform to coding conventions.

"zh-CN" =>Locale::ZH_CN     // old
"zh-CN" => Locale::ZhCn,   //now

Full Changelog: 0.3.0...0.4.0