From 1b6a04ca5504955c571d1c97504fb45ea0befee4 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Mon, 8 Jan 2024 01:21:28 +0400 Subject: Initial vendor packages Signed-off-by: Valentin Popov --- vendor/heck/CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 vendor/heck/CHANGELOG.md (limited to 'vendor/heck/CHANGELOG.md') diff --git a/vendor/heck/CHANGELOG.md b/vendor/heck/CHANGELOG.md new file mode 100644 index 0000000..c0f2f24 --- /dev/null +++ b/vendor/heck/CHANGELOG.md @@ -0,0 +1,17 @@ +# 0.4.1 + +Improvements: + +- Add Train-Case support + +# 0.4.0 + +Breaking changes: + +* Make unicode support optional (off by default). Enable the `unicode` crate + feature if you need unicode support. +* Rename all traits from `SomeCase` to `ToSomeCase`, matching `std`s convention + of beginning trait names with a verb (`ToOwned`, `AsRef`, …) +* Rename `ToMixedCase` to `ToLowerCamelCase` +* Rename `ToCamelCase` to `ToUpperCamelCase` +* Add `ToPascalCase` as an alias to `ToUpperCamelCase` -- cgit v1.2.3