Revision history for Future-IO-Impl-UV

0.06    2026-01-08
        [BUGFIXES]
         * Fix memory leak when removing filehandles
         * Fix quietening of `experimental::builtin` warnings on perl versions
           5.36 and 5.38

0.05    2026-01-07
        [BUGFIXES]
         * Use `refaddr($fh)` rather than fileno to defend against closed
           filehandles breaking everything

0.04    2026-01-06
        [CHANGES]
         * Modernise to perl v5.20:
            + Make use of the signatures and postfix deref features
         * Swap unit tests from Test::More to Test2::V0
         * Unit-test the new ->send ->recv and ->recvfrom methods of
           Future::IO 0.17

0.03    2022-01-07
        [CHANGES]
         * Unit-test the new ->connect and ->accept methods of Future::IO 0.11

        [BUGFIXES]
         * Ensure that mixed read/write on the same filehandle works correctly

0.02    2021-08-24
        [CHANGES]
         * Implement the ->waitpid method
         * Use the shared Test::Future::IO::Impl tests

0.01    2021-01-22
        First version, released on an unsuspecting world.