diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-25 09:37:54 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-25 09:37:54 -0500 |
| commit | 34d86a4756527e546e6dfa3312548072109eb60d (patch) | |
| tree | df0647a29f8e3d18fb1ac0e5d14321ae0e016e10 /CHANGES.txt | |
| parent | a7e5648bda737683c4ad220e61c44c1d17b73d87 (diff) | |
| download | python-setuptools-git-34d86a4756527e546e6dfa3312548072109eb60d.tar.gz | |
Update changelog
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index be20e668..c0ed23a2 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,14 @@ CHANGES ======= --- +9.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, to be announced. + +--- 8.3 --- |
