Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
Add the bits that have been merged since the 2.7 release.

Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
axboe committed Aug 31, 2024
1 parent 289468f commit cc74667
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
liburing-2.8 release
- Add support for incrementally/partially consumed provided buffers,
usable with the provided buffer ring support.
- Add support for foo_and_wait_min_timeout(), where it's possible to
define a minimum timeout for waiting to get batches of completions,
but if that fails, extend for a longer timeout without having any
extra context switches.
- Add support for using different clock sources for completion waiting.
- Great increase coverage of test cases, test case improvements and
fixes.

liburing-2.7 release

- Man page updates
Expand Down

0 comments on commit cc74667

Please sign in to comment.