We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1be4d5 commit 9d8898aCopy full SHA for 9d8898a
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# Changelog
2
3
-## 3.5.1 - 2023-11-16
+## 3.5.1 - 2023-11-17
4
### Fixed
5
-- Resolve timeout parameter issue in Websocket clients (Issue #273)
+- Set the default timeout value to None in WebSocket clients
6
7
## 3.5.0 - 2023-10-26
8
### Changed
docs/source/CHANGELOG.rst
@@ -2,13 +2,13 @@
Changelog
=========
-3.5.1 - 2023-11-16
+3.5.1 - 2023-11-17
------------------
Fixed
9
^^^^^^^
10
11
-* Resolve timeout parameter issue in Websocket clients (Issue #273)
+* Set the default timeout value to None in WebSocket clients
12
13
14
3.5.0 - 2023-10-26
0 commit comments