Skip to content

Commit bdb3310

Browse files
authored
Update change log (#171)
Update change log
1 parent c8e1d9b commit bdb3310

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
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).
66

7-
## [Unreleased]
7+
## [1.5.2] - 2021-3-31
8+
9+
### Added
10+
- support for HTTPS_PROXY
811

912
### Changed
1013
- Environments are now introspected with `pip list --format=freeze` instead of `pip freeze`,
1114
since the latter injects nonexistent paths into the requirements file when run in a conda environment.
1215
This issue started occurring when pip 20.1 added support for PEP 610 metadata.
16+
- Conda environments contain Conda-only versions of setuptools, which are now filtered out from requirements.txt for non-Conda environments.
1317

1418
## [1.5.1] - 2020-11-02
1519

0 commit comments

Comments
 (0)