Skip to content

Commit d17fe5a

Browse files
committed
Prepare v7.1.0
1 parent dec9ec7 commit d17fe5a

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

CHANGES.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
### Pending
1+
### v7.1.0 (2022-03-23)
22

33
* Work with MSVC compiler (@jonahbeckford, #476)
4+
* Skip `Lwt_bytes` UDP tests on Windows (@MisterDA, #469)
5+
* Run `PKG_CONFIG_PATH` through cypath (@MisterDA, #469)
6+
* Add Windows CI via GitHub Action (@MisterDA, #469)
7+
* Remove `which` command and replace it by `command -v` (@hannesm, #472)
8+
* Fix some typos (@MisterDA, #471)
9+
* Update binaries to `cmdliner.1.1.0` (@dinosaure, #475)
10+
* Be able to extract via _functor_/`functoria` the TCP/IP stack (@dinosaure, #474)
11+
* Remove missing deprecated usage of `Cstruct.len` (@dinosaure, #477)
412

513
### v7.0.1 (2021-12-17)
614

@@ -12,10 +20,10 @@
1220
#456 by @dinosaure)
1321
* Move module types (IP, UDP, TCP, STACK, ICMP) into tcpip core library
1422
(#463 @hannesm)
15-
* API breakage: Tcpip_checksum is now part of tcpip.checksum (used to be
23+
* API breakage: `Tcpip_checksum` is now part of tcpip.checksum (used to be
1624
part of tcpip #463 @hannesm)
1725
* API breakage: tcpip.unix has been removed (#463 @hannesm)
18-
* Use Lwt.pause instead of deprecated Lwt_{unix,main}.yield (#461 @dinosaure)
26+
* Use Lwt.pause instead of deprecated `Lwt_{unix,main}.yield` (#461 @dinosaure)
1927

2028
### v6.4.0 (2021-11-11)
2129

0 commit comments

Comments
 (0)