diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-02-23 16:36:16 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-02-23 16:36:16 -0500 |
| commit | 05d47d9fc7a5d1509734a2205fd2c976d22996b1 (patch) | |
| tree | a7f8ef4a6acaea1a659de535d4c789f7fd84a379 | |
| parent | ed360af83a547d565aea8c20d3086486c4c9491c (diff) | |
| download | python-setuptools-git-05d47d9fc7a5d1509734a2205fd2c976d22996b1.tar.gz | |
Update changelog. Ref #961.
| -rw-r--r-- | CHANGES.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 4058e23b..efe4488e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v34.3.0 +------- + +* #941: In the upload command, if the username is blank, + default to ``getpass.getuser()``. + v34.1.0 ------- |
