diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f2a5139..3c14d60a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/docs/README.md b/docs/README.md index f9013b7e..ab2691e0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1174,7 +1174,7 @@ User-Agent: HTTPie/ Host: ``` -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