Skip to content

Commit 3391353

Browse files
committed
update changelog
1 parent 5f193af commit 3391353

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
## Unreleased
7+
8+
### Fixed
9+
- The `https_proxy` environment variable is recognized as a synonym for
10+
`HTTPS_PROXY`.
11+
12+
### Added
13+
- Added support for the `no_proxy` or `NO_PROXY` environment variables to specify
14+
hosts that should not be accessed via proxy server. It's a comma-separated list
15+
of host or domain suffixes. For example, specifying `example.com` will
16+
bypass the proxy for example.com, host.example.com, etc.
617

718
## [1.20.0] - 2023-09-11
819

0 commit comments

Comments
 (0)