-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from talex5/release
Prepare release
- Loading branch information
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
## v0.2 | ||
|
||
- Add some tests and documentation of the internals (@talex5 #9). | ||
|
||
- Bridge Eio and Lwt cancellation (@talex5 #8). | ||
- Cancelling a `run_lwt` Fiber cancels the Lwt promise. | ||
- Cancelling a `run_eio` promise cancels the Eio fiber. | ||
|
||
- Add `run_lwt` for consistency with `run_eio` and Async_eio (@talex5 #8). | ||
|
||
- Add `Lwt_eio.Token.t` token to ensure library is initialised (@talex5 #5). | ||
`with_event_loop` now passes a `Lwt_eio.Token.t` to its callback. | ||
|
||
- Update to Eio 0.2 (@talex5 #4). | ||
Eio 0.2 renamed "fibre" to "fiber". This fixes the deprecation warning. | ||
|
||
## v0.1 | ||
|
||
- Initial release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters