Skip to content

Commit 89e56d2

Browse files
committed
CHANGELOG: 0.3.1
1 parent 3a10a0f commit 89e56d2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.3.1
4+
5+
The socket interface is selected by the C library rather than by the operating
6+
system ([mcpp-index#435](https://github.com/mcpplibs/mcpp-index/issues/435)).
7+
Above openkal on Windows the C library is musl and `winsock2.h` is not in the
8+
dependency graph; the POSIX interface is used there, selected in `mcpp.toml` by
9+
`cfg(c-abi = "musl")`. A Windows build with the platform's C runtime is
10+
unchanged. `platform::is_windows` is renamed `platform::uses_winsock`.
11+
312
## 0.3.0
413

514
Closes [#15](https://github.com/mcpplibs/tinyhttps/issues/15) (a socket returned

0 commit comments

Comments
 (0)