File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
You can’t perform that action at this time.
0 commit comments