aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-28 13:47:10 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-28 13:47:10 -0400
commit5ff345e1fe7639d5add42d60044fd10f7a85bd48 (patch)
tree93c6d350cd3d3815f9268dc7f6c28bad9e4a67de
parent070b4e89c384cab1616f73f2c4a494d93c3bcd56 (diff)
downloadexternal_python_setuptools-5ff345e1fe7639d5add42d60044fd10f7a85bd48.tar.gz
external_python_setuptools-5ff345e1fe7639d5add42d60044fd10f7a85bd48.tar.bz2
external_python_setuptools-5ff345e1fe7639d5add42d60044fd10f7a85bd48.zip
Update changelog
-rw-r--r--CHANGES.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 9dba9db6..abfbaede 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -5,8 +5,12 @@ CHANGES
v28.7.0
-------
-* Moved much of the namespace package handling functionality
- into a separate module for re-use in something like #789.
+* #832: Moved much of the namespace package handling
+ functionality into a separate module for re-use in something
+ like #789.
+* #830: ``sdist`` command no longer suppresses the inclusion
+ of data files, re-aligning with the expectation of distutils
+ and addressing #274 and #521.
v28.6.1
-------