update readme

This commit is contained in:
Rob Ede 2021-02-10 12:03:40 +00:00
parent dd3dde99b5
commit 884209c152
No known key found for this signature in database
GPG Key ID: C2A3B36E841A91E6
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
## Unreleased - 2021-xx-xx
## Unreleased - 2021-xx-xx
## 4.0.0-beta.2 - 2021-xx-xx
### Added
* The method `Either<web::Json<T>, web::Form<T>>::into_inner()` which returns the inner type for
whichever variant was created. Also works for `Either<web::Form<T>, web::Json<T>>`. [#1894]