summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-04-22 00:19:12 -0400
committerGitHub <noreply@github.com>2023-04-22 00:19:12 -0400
commita00ab46c5e7ec55b33fa2e8e5b2d6b40aa3ba9a6 (patch)
tree75eff1a9f75ac78bae092ca2686d32590662023b /CHANGELOG.md
parent4a86b1c21b752585fe87efff1d51ef051344c7fe (diff)
deps: bump regex to 1.8.0 (#1111)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 50992d57..463e32c1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- [#1100](https://github.com/ClementTsang/bottom/pull/1100): Speed up first draw and first data collection.
- [#1107](https://github.com/ClementTsang/bottom/pull/1107): Update to clap v4.
+- [#1111](https://github.com/ClementTsang/bottom/pull/1111): Update to regex [1.8.0](https://github.com/rust-lang/regex/blob/93316a3b1adc43cc12fab6c73a59f646658cd984/CHANGELOG.md#180-2023-04-20), supporting more escapable characters and named captures.
## [0.8.0] - 2023-01-22