Skip to content

Commit

Permalink
Merge pull request #784 from minrk/changelog-15.2
Browse files Browse the repository at this point in the history
15.2 changelog
  • Loading branch information
minrk committed Jan 10, 2016
2 parents ee143ca + bd2d448 commit ae4590c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/changelog.rst
Expand Up @@ -9,6 +9,17 @@ Changes in PyZMQ
This is a coarse summary of changes in pyzmq versions. For a real changelog, consult the
`git log <https://github.com/zeromq/pyzmq/commits>`_

15.2
====

- FIX: handle multiple events in a single register call in :mod:`zmq.asyncio`
- FIX: unicode/bytes bug in password prompt in :mod:`zmq.ssh` on Python 3
- FIX: workaround gevent monkeypatches in garbage collection thread
- update bundled libraries: libzmq-4.1.4, libsodium-1.0.7, minitornado from tornado-4.3.
- improved inspection by setting ``binding=True`` in cython compile options
- add asyncio Authenticator implementation in :mod:`zmq.auth.asyncio`
- workaround overflow bug in libzmq preventing receiving messages larger than ``MAX_INT``

15.1
====

Expand Down

0 comments on commit ae4590c

Please sign in to comment.