CHANGELOG.md in uringmachine-0.3 vs CHANGELOG.md in uringmachine-0.4

- old
+ new

@@ -1,4 +1,13 @@ +# 2024-10-06 Version 0.4 + +- Add socket constants +- Add `#bind`, `#listen` +- Add `#spin` +- Fix bugs in multishot read and other ops +- Add `#recv`, `#send` +- Add `#socket`, `#connect` + # 2024-10-04 Version 0.3 - Fix race condition affecting `#timeout` and `#sleep`. - Add `#accept_each` - Add `#accept`