···11+## v0.3
22+33+Breaking changes:
44+55+- Don't allocate a fixed buffer by default (@talex5 #53).
66+ If you want a fixed buffer, you now need to call `set_fixed_buffer`.
77+88+New features:
99+1010+- Add sendmsg and recvmsg (@patricoferris #49).
1111+1212+- Allow sending and receiving FDs using `SCM_RIGHTS` (@talex5 #52).
1313+1414+Other changes:
1515+1616+- Update tests to cmdliner 1.1.0 (@patricoferris #50).
1717+118## v0.2
219320New features: