diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-09 15:16:24 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-06-09 15:16:24 -0400 |
commit | dac38d28df3cfa1afb4370e2303c87822f1ffb86 (patch) | |
tree | 1078af7819de22707c07644bf32d2e17f4ca62c0 | |
parent | 16361e51b834153f2e0e96897ebf33163c18016b (diff) | |
download | external_python_setuptools-dac38d28df3cfa1afb4370e2303c87822f1ffb86.tar.gz external_python_setuptools-dac38d28df3cfa1afb4370e2303c87822f1ffb86.tar.bz2 external_python_setuptools-dac38d28df3cfa1afb4370e2303c87822f1ffb86.zip |
Update changelog
-rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index f13e8c62..a6455292 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,9 @@ v23.0.0 * #611: Removed ARM executables for CLI and GUI script launchers on Windows. If this was a feature you cared about, please comment in the ticket. +* #604: Removed docs building support. The project + now relies on documentation hosted at + https://setuptools.readthedocs.io/. v22.0.5 ------- |