Skip to content

Commit

Permalink
changes for 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Oct 20, 2021
1 parent a3c4319 commit 8f57835
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## Unreleased
## v5.0.0 (2021-10-20)

* change the type of `Conduit_lwt_tls.X509.default_authenticator` and
`Conduit_lwt_unix.default_ctx` to be lazy, avoiding various side-effects
(system interactions, logging) due to constructing these values at
initialisation time. (@craigfe, #395)
initialisation time. (@craigfe, #395 #404)
* Adapt conduit-mirage to dns-client 6.0.0 API (#406 @hannesm)
* Use Lwt.pause instead of Lwt_unix.yield (#403 @MisterDA)
* Avoid deprecated Fmt.kstrf (#407 @hannesm)

## v4.0.2 (2021-10-09)

Expand Down

0 comments on commit 8f57835

Please sign in to comment.