update changelog

This commit is contained in:
Rob Ede 2023-08-26 18:13:29 +01:00
parent aa1f1fe7fe
commit eb38a56e07
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 6 additions and 3 deletions

View File

@ -52,9 +52,10 @@ jobs:
- name: Install cargo-hack
uses: taiki-e/install-action@cargo-hack
# - name: workaround MSRV issues
# if: matrix.version != 'stable'
# run: |
- name: workaround MSRV issues
if: matrix.version != 'stable'
run: |
cargo update -p=clap --precise=4.3.24
- name: check minimal
run: cargo ci-check-min

View File

@ -4,6 +4,8 @@
### Added
- Add `rustls-0_20` crate feature.
- Add `{H1Service, H2Service, HttpService}::rustls_021()` and `HttpService::rustls_021_with_config()` service constructors.
- Add `body::to_body_limit()` function.
- Add `body::BodyLimitExceeded` error type.