summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-02-26 14:13:50 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-02-26 14:13:50 -0500
commitd98aadec63981a34eff17f502038e132fa131432 (patch)
treeb557ecd9aeba67c4d491d1d5a9cf1fbe42378389
parent0dc29630918288846f3a398d884de8ecd9db7ced (diff)
downloadpython-setuptools-git-12.3.tar.gz
Update changelog12.3
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 45658bb0..5be54711 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,16 @@ CHANGES
=======
----
+12.3
+----
+
+* Documentation is now linked using the rst.linker package.
+* Fix ``setuptools.command.easy_install.extract_wininst_cfg()``
+ with Python 2.6 and 2.7.
+* Issue #354. Added documentation on building setuptools
+ documentation.
+
+----
12.2
----