1# 0.4.1
2
3Improvements:
4
5- Add Train-Case support
6
7# 0.4.0
8
9Breaking changes:
10
11* Make unicode support optional (off by default). Enable the `unicode` crate
12  feature if you need unicode support.
13* Rename all traits from `SomeCase` to `ToSomeCase`, matching `std`s convention
14  of beginning trait names with a verb (`ToOwned`, `AsRef`, …)
15* Rename `ToMixedCase` to `ToLowerCamelCase`
16* Rename `ToCamelCase` to `ToUpperCamelCase`
17* Add `ToPascalCase` as an alias to `ToUpperCamelCase`
18