From 47b397dff4cfe19fe7f4bd911d214f08149c012b Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 28 Mar 2023 00:47:37 -0500 Subject: [PATCH] docs: Update changelog --- clap_lex/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clap_lex/CHANGELOG.md b/clap_lex/CHANGELOG.md index e61bdf77efb..d873c189ea6 100644 --- a/clap_lex/CHANGELOG.md +++ b/clap_lex/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Compatibility + +- Deprecated `OsStrExt::split_at` as its unsound + ## [0.4.0] - 2023-03-25 ### Breaking Change