diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-19 11:19:54 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-19 11:19:54 -0500 |
| commit | e904cf1c44189814ac54a96e90fc513657bb6d47 (patch) | |
| tree | d1330a94e37507f07c8670e31bd8544129f41d01 /CHANGES.txt | |
| parent | 95c576ffedcf2312c24a7595a8f2da7f8994afcf (diff) | |
| parent | 54f5299b42541b8f2fc56fb24d2fde6fbd4f7078 (diff) | |
| download | external_python_setuptools-e904cf1c44189814ac54a96e90fc513657bb6d47.tar.gz external_python_setuptools-e904cf1c44189814ac54a96e90fc513657bb6d47.tar.bz2 external_python_setuptools-e904cf1c44189814ac54a96e90fc513657bb6d47.zip | |
Merge pull request series from Steve Kowalik for updated and unified marker implementation. Fixes #122.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index fca44068..2bfec5fd 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,11 @@ CHANGES ---- * Changelog now includes release dates and links to PEPs. +* Pull Request #173: Replace dual PEP 345 _markerlib implementation + and PEP 426 implementation of environment marker support from + packaging 16.1 and PEP 508. Fixes Issue #122. + See also Pull Request #175, Pull Request #168, and + Pull Request #164. 20.1.1 ------ |
