Add a changelog entry for #1502

This commit is contained in:
Jakub Roztocil 2023-05-19 23:59:08 +02:00
parent cbe53ed79a
commit cc697db730
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@
This document records all notable changes to [HTTPie](https://httpie.io).
This project adheres to [Semantic Versioning](https://semver.org/).
## [3.3.0-dev](https://github.com/httpie/httpie/compare/3.2.2...master) (unreleased)
- Make it possible to [unset](https://httpie.io/docs/cli/default-request-headers) the `User-Agent`, `Accept-Encoding`, and `Host` request headers. ([#1502](https://github.com/httpie/httpie/issues/1502))
## [3.2.2](https://github.com/httpie/httpie/compare/3.2.1...3.2.2) (2022-05-19)
- Fixed compatibility with urllib3 2.0.0. ([#1499](https://github.com/httpie/httpie/issues/1499))

View File

@ -1174,7 +1174,7 @@ User-Agent: HTTPie/<version>
Host: <taken-from-URL>
```
Any of these can be overwritten and some of them unset (see below).
All of these can be overwritten or unset (see below).
### Reading headers from a file