Skip to content

Commit

Permalink
Update docs and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 14, 2024
1 parent 3d2a23c commit 8ce3f43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

- Add support for `http_body1::Body`.
- Add support for `http_body1::Body`. ([#161](https://github.com/taiki-e/auto_enums/pull/161), thanks @nwtgck)

## [0.8.3] - 2023-10-21

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ enum Foo<A, B> {
- Enable to use [tokio v0.2][tokio02] traits.
- **`tokio01`**
- Enable to use [tokio v0.1][tokio01] traits.
- **`http_body1`**
- Enable to use [http_body v1][http_body1] traits.
- **`coroutine_trait`**
- Enable to use `[std|core]::ops::Coroutine` trait.
- Note that this feature is unstable and may cause incompatible changes between patch versions.
Expand All @@ -165,8 +167,6 @@ enum Foo<A, B> {
- **`trusted_len`**
- Enable to use `[std|core]::iter::TrustedLen` trait.
- Note that this feature is unstable and may cause incompatible changes between patch versions.
- **`http_body1`**
- Enable to use [http_body v1][http_body1] traits.

### `type_analysis` feature

Expand Down
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -796,6 +796,8 @@ These don't derive traits, but derive inherent methods instead.
- Enable to use [tokio v0.2][tokio02] traits.
- **`tokio01`**
- Enable to use [tokio v0.1][tokio01] traits.
- **`http_body1`**
- Enable to use [http_body v1][http_body1] traits.
- **`coroutine_trait`**
- Enable to use `[std|core]::ops::Coroutine` trait.
- Note that this feature is unstable and may cause incompatible changes between patch versions.
Expand Down

0 comments on commit 8ce3f43

Please sign in to comment.