Skip to content

Commit c9684a5

Browse files
committed
Prepare 9.2.0-RELEASE
1 parent 274c3db commit c9684a5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ChangeLog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ Networking changelog
33

44
## ?.?.? / ????-??-??
55

6+
## 9.2.0 / 2018-08-13
7+
8+
* Merged PR #8: Make ServerSocket use built-in streams. This removes the
9+
hard dependency on the *sockets* extension for the `peer.server` API.
10+
If it's available, the code will continue to use it as default until
11+
the next major release of this library. Otherwise, the built-in streams
12+
and PHP's stream_socket_server() will be used.
13+
(@thekid)
14+
615
## 9.1.2 / 2018-08-06
716

817
* Fixed certificate validation problem when connecting to `localhost`

0 commit comments

Comments
 (0)