The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update CHANGES for 0.8 release

+10
+10
vendor/opam/uring/CHANGES.md
··· 1 + ## v0.8 2 + 3 + - add `linkat` operations. (@LucaSeri @talex5 #105, reviewed by @avsm) 4 + 5 + - add `fsync` and `fdatasync` operations. (@avsm #103, reviewed by @talex5) 6 + 7 + - add docstrings for many more functions (@avsm #100, reviewed by @talex5 @patricoferris) 8 + 9 + - use lintcstubs to generate C prototypes and fix bugs (@talex5 #104) 10 + 1 11 ## v0.7 2 12 3 13 - Add `statx` support (@patricoferris, @talex5, @avsm #95 #97).