diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-13 21:53:40 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-13 21:53:54 -0400 |
| commit | 8318b01c30c254da014099bba145db90fd7e42f1 (patch) | |
| tree | a263c5fa3c79b0c0dec76c3792b7f7665736cefa | |
| parent | 986a8bce395c1a5b9e41a547d02eb09dd432e93e (diff) | |
| download | external_python_setuptools-8318b01c30c254da014099bba145db90fd7e42f1.tar.gz external_python_setuptools-8318b01c30c254da014099bba145db90fd7e42f1.tar.bz2 external_python_setuptools-8318b01c30c254da014099bba145db90fd7e42f1.zip | |
Update changelog. Ref #1081.
| -rw-r--r-- | CHANGES.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 08af86a6..0a5b7481 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,11 @@ +v36.2.0 +------- + +* #1081: Environment markers indicated in ``install_requires`` + are now processed and treated as nameless ``extras_require`` + with markers, allowing their metadata in requires.txt to be + correctly generated. + v36.1.1 ------- |
