Revision history for io_uring

0.1.0  2021-02-21T15:53:59-08:00
    - Better use of msghdr in sendmsg and recvmsg.
    - Fix multiple issues with UNIX datagram sockets:
        Datagram parameter for Supply
        Incorrect sockaddr type sockaddr_in was changed to sockaddr_un in UNIX sockets.
    - Add Log::Timeline support for IO::URing.
    - Fix bugs in low-level socket code.
    - Update documentation and method calls for recvmsg and sendto

0.0.3  2021-02-15T11:20:28-08:00
    - Fix a bug where return types were not coerced properly.

0.0.2  2021-02-14T19:05:03-08:00
    - Fix missing build file

0.0.1  2021-02-14T16:48:48-08:00
    - Initial version
    - Currently supports INET, INET6 and UNIX sockets
