mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
docs: Update changelog
This commit is contained in:
parent
6696513dec
commit
765c2e18f5
2 changed files with 22 additions and 0 deletions
|
@ -18,6 +18,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Features
|
||||
|
||||
- *(derive)* `#[group]` raw attribute support
|
||||
|
||||
### Performance
|
||||
|
||||
- *(derive)* `clap_builder` was pulled out of `clap` so it could build in parallel to `clap_derive`
|
||||
- `os_str_bytes` dependency was removed for faster builds and smaller binaries
|
||||
|
||||
## [4.1.13] - 2023-03-18
|
||||
|
||||
### Performance
|
||||
|
|
|
@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
|
|||
<!-- next-header -->
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Breaking Change
|
||||
|
||||
- `RawOsStr` and `RawOsString` are no long exported
|
||||
- Return types were changed from `RawOsStr` to `OsStr`
|
||||
|
||||
### Features
|
||||
|
||||
- `OsStrExt` trait added to help with processing `OsStr`s
|
||||
|
||||
### Performance
|
||||
|
||||
- `os_str_bytes` dependency was dropped to improve build times and reduce binary size
|
||||
|
||||
## [0.3.3] - 2023-03-16
|
||||
|
||||
## [0.3.2] - 2023-02-23
|
||||
|
|
Loading…
Reference in a new issue