Skip to content

Commit f9aa857

Browse files
committed
Update CHANGELOG
1 parent 70bc7cc commit f9aa857

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### v0.x.x - 2024-xx-xx
22

3-
* Support [LazyLock](LazyLock) for regex validation.
3+
* [BREAKING] Replace lazy_static with [`std::sync::LazyLock`](https://doc.rust-lang.org/stable/std/sync/struct.LazyLock.html) for regex validation (requires Rust 1.80). This change is potentially is a breaking change, because the code that uses regex may stop compiling on the older versions of Rust, since it generates that relies on `LazyLock`.
4+
45

56
### v0.4.3 - 2024-07-06
67

0 commit comments

Comments
 (0)