diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-02-26 14:13:50 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-02-26 14:13:50 -0500 |
commit | d98aadec63981a34eff17f502038e132fa131432 (patch) | |
tree | b557ecd9aeba67c4d491d1d5a9cf1fbe42378389 | |
parent | 0dc29630918288846f3a398d884de8ecd9db7ced (diff) | |
download | python-setuptools-git-12.3.tar.gz |
Update changelog12.3
-rw-r--r-- | CHANGES.txt | 10 |
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 ---- |