docs: Update changelog

This commit is contained in:
Ed Page 2023-03-25 03:56:05 -05:00
parent 6696513dec
commit 765c2e18f5
2 changed files with 22 additions and 0 deletions

View file

@ -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

View file

@ -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