summaryrefslogtreecommitdiffstats
path: root/vendor/annotate-snippets-0.8.0/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
commit698f8c2f01ea549d77d7dc3338a12e04c11057b9 (patch)
tree173a775858bd501c378080a10dca74132f05bc50 /vendor/annotate-snippets-0.8.0/CHANGELOG.md
parentInitial commit. (diff)
downloadrustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.tar.xz
rustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.zip
Adding upstream version 1.64.0+dfsg1.upstream/1.64.0+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/annotate-snippets-0.8.0/CHANGELOG.md')
-rw-r--r--vendor/annotate-snippets-0.8.0/CHANGELOG.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/vendor/annotate-snippets-0.8.0/CHANGELOG.md b/vendor/annotate-snippets-0.8.0/CHANGELOG.md
new file mode 100644
index 000000000..e0390a71b
--- /dev/null
+++ b/vendor/annotate-snippets-0.8.0/CHANGELOG.md
@@ -0,0 +1,29 @@
+# Changelog
+
+## Unreleased
+
+ - …
+
+## annotate-snippets 0.8.0 (April 14, 2020)
+
+ - Replace `ansi_term` with `yansi-term` for improved performance. (#30)
+ - Turn `Snippet` and `Slice` to work on borrowed slices, rather than Strings. (#32)
+ - Fix `\r\n` end of lines. (#29)
+
+## annotate-snippets 0.7.0 (March 30, 2020)
+
+ - Refactor API to use `fmt::Display` (#27)
+ - Fix SourceAnnotation range (#27)
+ - Fix column numbers (#22)
+ - Derive `PartialEq` for `AnnotationType` (#19)
+ - Update `ansi_term` to 0.12.
+
+## annotate-snippets 0.6.1 (July 23, 2019)
+
+ - Fix too many anonymized line numbers (#5)
+
+## annotate-snippets 0.6.0 (June 26, 2019)
+
+ - Add an option to anonymize line numbers (#3)
+ - Transition the crate to rust-lang org.
+ - Update the syntax to Rust 2018 idioms. (#4)