Added note to changes and my name to contriutor list.

This commit is contained in:
David Linke 2016-01-09 13:55:15 +01:00
parent 25a84f1a02
commit eb49dcd8a3
2 changed files with 4 additions and 0 deletions

View File

@ -51,6 +51,7 @@ Dave Abrahams <dave@boostpro.com>
David Aguilar <davvid@gmail.com>
David Black <db@d1b.org>
David Evans <d@drhevans.com>
David Linke <dalito@users.noreply.github.com>
David Pursehouse <david.pursehouse@gmail.com>
David Wales <daviewales@gmail.com>
Davidovich <david.genest@gmail.com>

View File

@ -44,6 +44,9 @@
* Fixed :issue:`3009`, correct reporting of requirements file line numbers
(:pull:`3125`)
* Fixed :issue:`1062`, Exception(IOError) for ``pip freeze`` and ``pip list``
commands with subversion >= 1.7. (:pull:`3346`)
* Provide a spinner showing that progress is happening when installing or
building a package via ``setup.py``. This will alleviate concerns that
projects with unusually long build times have with pip appearing to stall.