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/supports-unicode/CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 vendor/supports-unicode/CHANGELOG.md (limited to 'vendor/supports-unicode/CHANGELOG.md') diff --git a/vendor/supports-unicode/CHANGELOG.md b/vendor/supports-unicode/CHANGELOG.md new file mode 100644 index 0000000..dd3bfa4 --- /dev/null +++ b/vendor/supports-unicode/CHANGELOG.md @@ -0,0 +1,34 @@ +# `supports-unicode` Release Changelog + + +## 2.0.0 (2023-03-14) + +This semver-major release is just for switching away from `atty` due to +soundness and maintenance concerns. See [this issue in `supports-color` for +more details](https://github.com/zkat/supports-color/issues/9) + +### Features + +* **tty:** Switch from `atty` to `is-terminal` (#4) ([86bf7583](https://github.com/zkat/supports-unicode/commit/86bf758334e8698784045fc92786039a76eefb1c)) + * **BREAKING CHANGE**: the exported `Stream` enum is no longer an `atty` type, and this crate no longer accepts `atty` types as input. + + +## 1.0.2 (2021-09-27) + +### Bug Fixes + +* **linux:** Ignore case when detecting UTF-8 locales. (#1) ([38082d27](https://github.com/zkat/supports-unicode/commit/38082d27b13c6c3289cc126babeb8b20e2f72d3b)) + + +## 1.0.1 (2021-09-11) + +### Bug Fixes + +* **cargo:** fix stuff in cargo.toml ([bcabb6ab](https://github.com/zkat/supports-unicode/commit/bcabb6ab3540e8cd3ce8cf8de51c00fe531936fe)) + + +## 1.0.0 (2021-09-11) + +### Features + +* **api:** initial commit ([0b57e63a](https://github.com/zkat/supports-unicode/commit/0b57e63a443d4aab57ecf24868394e0d06984465)) -- cgit v1.2.3