docs: Updated Changelog for version 8.4.0.

This commit is contained in:
Mateusz Armatys
2022-06-24 17:13:34 +02:00
parent 7ccf581781
commit 690ded5a61
+26
View File
@@ -11,6 +11,32 @@ If needed, you can also manually update this file (provided the general structur
## [Unreleased]
## [8.4.0] - 2022-06-24
### Features
- presentation:
- Add `ic_proton_verified_badge` drawable.
### Bug Fixes
- human-verification:
- User may be stuck on HV screen.
- Fixes for HV3 when DoH is active.
- Allow self-signed certificates for HV webview POST requests.
- Workaround for CSP header.
BREAKING-CHANGE: Removed `context` parameter from the constructor of `NetworkRequestOverriderImpl`.
### Refactoring
- human-verification:
- Avoid hard-coded values.
- Host value for `X-PM-DoH-Host` header.
- Host value when checking if we're using an alternative host.
## [8.3.0] - 2022-06-23
### Features