1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Update AUTHORS and changelog.

This commit is contained in:
Carl Meyer 2012-02-03 12:39:47 -07:00
parent ec5d336254
commit 575eeac4c9
2 changed files with 4 additions and 0 deletions

View file

@ -40,6 +40,7 @@ Qiangning Hong
Rene Dudfield
Ronny Pfannschmidt
Simon Cross
Stavros Korokithakis
Thomas Johansson
Vinay Sajip
Vitaly Babiy

View file

@ -13,6 +13,9 @@ Beta and final releases planned for the first half of 2012.
develop (unreleased)
--------------------
* Added ``--target`` option for installing directly to arbitrary directory.
Thanks Stavros Korokithakis.
* Added support for authentication with Subversion repositories. Thanks
Qiangning Hong.