1 parent 3a10a0f commit 89e56d2Copy full SHA for 89e56d2
1 file changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## 0.3.0
13
14
Closes [#15](https://github.com/mcpplibs/tinyhttps/issues/15) (a socket returned
0 commit comments