summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a00d8271..9962f63d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,13 @@
+v50.2.0
+-------
+
+* #2355: When pip is imported as part of a build, leave distutils patched.
+* #2380: There are some setuptools specific changes in the
+ `setuptools.command.bdist_rpm` module that are no longer needed, because
+ they are part of the `bdist_rpm` module in distutils in Python
+ 3.5.0. Therefore, code was removed from `setuptools.command.bdist_rpm`.
+
+
v50.1.0
-------