Skip to content

Commit 45d5d7e

Browse files
committed
docs: Update changelog
1 parent 4b82b97 commit 45d5d7e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2020
<!-- next-header -->
2121
## [Unreleased] - ReleaseDate
2222

23+
### Fixes
24+
25+
- *(parser)* When check `allow_negative_numbers`, allow `E` again
26+
2327
## [4.5.22] - 2024-12-03
2428

2529
### Fixes

clap_builder/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ unstable-styles = ["color"] # deprecated
5959
bench = false
6060

6161
[dependencies]
62-
clap_lex = { path = "../clap_lex", version = "0.7.0" }
62+
clap_lex = { path = "../clap_lex", version = "0.7.4" }
6363
unicase = { version = "2.6.0", optional = true }
6464
strsim = { version = "0.11.0", optional = true }
6565
anstream = { version = "0.6.7", optional = true }

0 commit comments

Comments
 (0)