summaryrefslogtreecommitdiffstats
path: root/vendor/matchers/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/matchers/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/matchers/CHANGELOG.md')
-rw-r--r--vendor/matchers/CHANGELOG.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/vendor/matchers/CHANGELOG.md b/vendor/matchers/CHANGELOG.md
new file mode 100644
index 000000000..438c96316
--- /dev/null
+++ b/vendor/matchers/CHANGELOG.md
@@ -0,0 +1,26 @@
+<a name="0.1.0"></a>
+## 0.1.0 (2021-02-25)
+
+
+#### Features
+
+* **Pattern:** add `Pattern::new_anchored` (#2) ([81f4c1c0](https://github.com/hawkw/matchers/commit/81f4c1c0ece4908d2e62607bb8a5690646404dec))
+
+
+
+<a name="0.0.1"></a>
+## 0.0.1 (2019-08-02)
+
+
+#### Features
+
+* add `FromStr` impl for `Pattern` ([86a33462](https://github.com/hawkw/matchers/commit/86a33462d80c48cf3d534da0759d2b2ea5ddce5f))
+* add `Clone` and `Debug` impls ([9092305d](https://github.com/hawkw/matchers/commit/9092305dde81b69f1051b138b94f653124da662f))
+* support matching on `io::Read` ([121efb9b](https://github.com/hawkw/matchers/commit/121efb9b093b817d6c67d11a5b5508079091ab3d))
+
+#### Bug Fixes
+
+* only short-circuit when known not to match ([71544493](https://github.com/hawkw/matchers/commit/71544493613049009f33f4885a1287eee0f21aa4))
+
+
+