Commit 0e9cf434 authored by Denis Bilenko's avatar Denis Bilenko

Do not mention gevent.six in changelog, it's not part of public interface and...

Do not mention gevent.six in changelog, it's not part of public interface and might be removed in the future
parent f4feba69
......@@ -25,7 +25,6 @@ Release highlights:
- GEVENT_THREADPOOL allows choosing thread pool class.
- Added new examples: portforwarder, psycopg2_pool.py, threadpool.py, udp_server.py
- Fixed non-embedding build. To build against system libev, remove or rename 'libev' directory. To build against system c-ares, remove or rename 'c-ares'. Thanks to Örjan Persson.
- Added gevent.six module (http://pypi.python.org/pypi/six)
misc:
- gevent.joinall() method now accepts optional 'count' keyword.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment