Skip to content

Commit bfdab49

Browse files
committed
Update changelog.
1 parent f2673cc commit bfdab49

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

AUTHORS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ Authors
55
* Ionel Cristian Mărieș - http://blog.ionelmc.ro
66
* Saulius Menkevičius - https://github.com/razzmatazz
77
* Nir Soffer - http://nirs.freeshell.org
8+
* Jesús Cea - https://github.com/jcea
9+
* "honnix" - https://github.com/honnix

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
Changelog
33
=========
44

5+
1.6.0 (2019-01-16)
6+
------------------
7+
8+
* Testing improvements (changed some skips to xfail, added osx in Travis).
9+
* Fixed long standing Python 2.7 bug where ``sys.getfilesystemencoding()`` would be broken after installing a threaded
10+
manhole. See `#51 <https://github.com/ionelmc/python-manhole/issues/51>`_.
11+
* Dropped support for Python 2.6, 3.3 and 3.4.
12+
* Fixed handling when ``socket.setdefaulttimeout()`` is used.
13+
Contributed by "honnix" in `#53 <https://github.com/ionelmc/python-manhole/pull/53>`_.
14+
* Fixed some typos. Contributed by Jesús Cea in `#43 <https://github.com/ionelmc/python-manhole/pull/43>`_.
15+
* Fixed handling in ``manhole-cli`` so that timeout is actually seconds and not milliseconds.
16+
Contributed by Nir Soffer in `#45 <https://github.com/ionelmc/python-manhole/pull/45>`_.
17+
* Cleaned up useless polling options in ``manhole-cli``.
18+
Contributed by Nir Soffer in `#46 <https://github.com/ionelmc/python-manhole/pull/46>`_.
19+
* Documented and implemented a solution for using Manhole with Eventlet.
20+
See `#49 <https://github.com/ionelmc/python-manhole/issues/49>`_.
21+
522
1.5.0 (2017-08-31)
623
------------------
724

0 commit comments

Comments
 (0)