summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2016-04-24 13:16:51 -0700
committerJeff Forcier <jeff@bitprophet.org>2016-04-24 13:16:51 -0700
commitf15b383e4499e85689bfcc83dc942f0b6c898264 (patch)
tree29a6342c93c9a805883886fc2c46791839a2ff07 /sites
parentbf338701602c0e0b4915056868a9a8f2349436bc (diff)
Changelog re #619, re #613
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 6a605216..32b5752b 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,8 @@
Changelog
=========
+* :bug:`613` (via :issue:`619`) Update to ``jaraco.windows`` 3.4.1 to fix some
+ errors related to ``ctypes`` on Windows platforms. Credit to Jason R. Coombs.
* :support:`621 backported` Annotate some public attributes on
`~paramiko.channel.Channel` such as ``.closed``. Thanks to Sergey Vasilyev
for the report.