Update CHANGES.md

This commit is contained in:
Rob Ede 2022-03-05 22:23:47 +00:00 committed by GitHub
parent 2ae00d2c46
commit d730b6595f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -369,6 +369,7 @@
[#2585]: https://github.com/actix/actix-web/pull/2585
[#2587]: https://github.com/actix/actix-web/pull/2587
## 3.0.0-beta.18 - 2022-01-04
### Added
- `impl Eq` for `header::ContentEncoding`. [#2501]