Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
greyblake committed Aug 10, 2024
1 parent 70bc7cc commit f9aa857
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### v0.x.x - 2024-xx-xx

* Support [LazyLock](LazyLock) for regex validation.
* [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`.


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

Expand Down

0 comments on commit f9aa857

Please sign in to comment.