Update CHANGES.md

This commit is contained in:
Rob Ede 2024-06-10 00:28:19 +01:00 committed by GitHub
parent bd3a8506de
commit a85db20f6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
### Fixed
- `ConnectionInfo::realip_remote_addr()` now handles IPv6 addresses from `Forwarded` header correctly. Previously, it sometimes returned the forwarded port as well.
## 4.7.0
### Added
@ -27,7 +31,6 @@
- Update `brotli` dependency to `6`.
- Minimum supported Rust version (MSRV) is now 1.72.
- `ConnectionInfo.realip_remote_addr()` now returns just IP addresses from `Forwarded` header.
### Fixed