Browse Source

add entry to changelog

pull/364/head
Rossen Georgiev 4 years ago
parent
commit
7ca55e6bf3
  1. 8
      CHANGES.md
  2. 1
      steam/client/monkey.py

8
CHANGES.md

@ -1,5 +1,13 @@
# Change notes
## 2.0.0
This release brings breaking changes
### steam.cleint
- Removed monkey patching by default. See `steam.client.monkey` for details
## 1.0.0
This release brings breaking changes

1
steam/client/monkey.py

@ -20,7 +20,6 @@ def patch_minimal():
It calls :meth:`gevent.monkey.patch_socket()` and :meth:`gevent.monkey.patch_ssl()`
"""
import gevent
import gevent.monkey
gevent.monkey.patch_socket()
gevent.monkey.patch_ssl()

Loading…
Cancel
Save