Skip to content

Commit

Permalink
Update CHANGES after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-proust committed Jul 17, 2023
1 parent 18a093f commit 0b36a4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@

* Fix marshall header size in Lwt_io.read_value. (Simmo Saan, #995)

====== Misc ======

* Resolve paused promises only once in main loop. This lets Lwt.pause behave identical to Lwt_unix.yield. (#917, Christopher Zimmermann)


===== 5.6.1 =====

Expand Down Expand Up @@ -89,10 +93,6 @@

* Alias Lwt_result.map_err and Lwt_result.bind_lwt_err to Lwt_result.map_error and Lwt_result.bind_lwt_error for consistency with Stdlib. (#927, Antonin Décimo)

====== Misc ======

* Resolve paused promises only once in main loop. This lets Lwt.pause behave identical to Lwt_unix.yield.(#917, Christopher Zimmermann)

===== 5.5.0 =====

====== Deprecations ======
Expand Down

0 comments on commit 0b36a4b

Please sign in to comment.