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.

Merge pull request #54 from talex5/release

Prepare release

authored by

Thomas Leonard and committed by
GitHub
bbde1d78 d24c68ec

+17
+17
CHANGES.md
··· 1 + ## v0.3 2 + 3 + Breaking changes: 4 + 5 + - Don't allocate a fixed buffer by default (@talex5 #53). 6 + If you want a fixed buffer, you now need to call `set_fixed_buffer`. 7 + 8 + New features: 9 + 10 + - Add sendmsg and recvmsg (@patricoferris #49). 11 + 12 + - Allow sending and receiving FDs using `SCM_RIGHTS` (@talex5 #52). 13 + 14 + Other changes: 15 + 16 + - Update tests to cmdliner 1.1.0 (@patricoferris #50). 17 + 1 18 ## v0.2 2 19 3 20 New features: