diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-03-26 11:44:09 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-03-26 11:44:09 -0400 |
| commit | b4d9046f6d0f9edc1afaba9a91c919026532ca43 (patch) | |
| tree | 14aeab55328ac1e0072b15270b5cec51e6d96b9f | |
| parent | 7621a240bb9b69869b977ab509ea956d51059ddd (diff) | |
| download | python-setuptools-git-b4d9046f6d0f9edc1afaba9a91c919026532ca43.tar.gz | |
Update changelog. Ref #998.
| -rw-r--r-- | CHANGES.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index cef2ddb1..54eba036 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,10 @@ +v34.3.3 +------- + +* #967 (and #997): Explicitly import submodules of + packaging to account for environments where the imports + of those submodules is not implied by other behavior. + v34.3.2 ------- |
