diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-09-06 09:36:06 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-09-06 09:36:06 -0400 |
commit | ca2798727269cd4433ae355ef64a7cffd3807aaf (patch) | |
tree | ee803f8d28977c80f82db89d47c4f730714639ab | |
parent | 7c6fcc08e5960234e99ba2e764766b5a0358038c (diff) | |
download | python-setuptools-git-1.1.2.tar.gz |
Update changelog1.1.2
-rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b0d0da3e..cb300d47 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,13 @@ CHANGES ======= ----- +1.1.2 +----- + +* Issue #69: Correct issue where 404 errors are returned for URLs with + fragments in them (such as #egg=). + +----- 1.1.1 ----- |