aboutsummaryrefslogtreecommitdiff
path: root/vendor/supports-unicode/CHANGELOG.md
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-07-19 15:37:58 +0300
committerValentin Popov <valentin@popov.link>2024-07-19 15:37:58 +0300
commita990de90fe41456a23e58bd087d2f107d321f3a1 (patch)
tree15afc392522a9e85dc3332235e311b7d39352ea9 /vendor/supports-unicode/CHANGELOG.md
parent3d48cd3f81164bbfc1a755dc1d4a9a02f98c8ddd (diff)
downloadfparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.tar.xz
fparkan-a990de90fe41456a23e58bd087d2f107d321f3a1.zip
Deleted vendor folder
Diffstat (limited to 'vendor/supports-unicode/CHANGELOG.md')
-rw-r--r--vendor/supports-unicode/CHANGELOG.md34
1 files changed, 0 insertions, 34 deletions
diff --git a/vendor/supports-unicode/CHANGELOG.md b/vendor/supports-unicode/CHANGELOG.md
deleted file mode 100644
index dd3bfa4..0000000
--- a/vendor/supports-unicode/CHANGELOG.md
+++ /dev/null
@@ -1,34 +0,0 @@
-# `supports-unicode` Release Changelog
-
-<a name="2.0.0"></a>
-## 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.
-
-<a name="1.0.2"></a>
-## 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))
-
-<a name="1.0.1"></a>
-## 1.0.1 (2021-09-11)
-
-### Bug Fixes
-
-* **cargo:** fix stuff in cargo.toml ([bcabb6ab](https://github.com/zkat/supports-unicode/commit/bcabb6ab3540e8cd3ce8cf8de51c00fe531936fe))
-
-<a name="1.0.0"></a>
-## 1.0.0 (2021-09-11)
-
-### Features
-
-* **api:** initial commit ([0b57e63a](https://github.com/zkat/supports-unicode/commit/0b57e63a443d4aab57ecf24868394e0d06984465))