summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-12-30 10:59:03 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-12-30 10:59:03 -0500
commitb393354ec71116fe7e1f34f6b94a991c253514f9 (patch)
treed479e57bac94159af9ba044c137f6591b6875456 /CHANGES.txt
parent133272d7b4655411d3d7a1ce18fc66f3a568abd7 (diff)
parent7b82f0adbeafed8576e5c4c150d053b57822f101 (diff)
downloadpython-setuptools-git-b393354ec71116fe7e1f34f6b94a991c253514f9.tar.gz
Merge with remove-svn
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index acde954e..3d059e41 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,15 @@
CHANGES
=======
+----
+10.0
+----
+
+* Issue #313: Removed built-in support for subversion. Projects wishing to
+ retain support for subversion will need to use a third party library. The
+ extant implementation is being ported to `setuptools_svn
+ <https://pypi.python.org/pypi/setuptools_svn>`_.
+
---
future
---