Skip to content

Commit

Permalink
chore: add changelog entries for #104 and #106 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed May 23, 2023
1 parent 5420c29 commit 50b1ced
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Unreleased
=====

- Raise an error when `Ssl.flush` isn't successful (#104)
- Add an API-compatible `Ssl.Runtime_lock` module. The functions in this module
don't release the OCaml runtime lock. While they don't allow other OCaml
threads to run concurrently, they don't perform any copying in the underlying
data, leading certain workloads to be faster than their counterparts that
release the lock. (#106)

0.5.13 (2022-10-20)
=====

Expand Down

0 comments on commit 50b1ced

Please sign in to comment.