Revision history for Future-IO-Impl-Tickit

0.05    2026-03-12
        [BUGFIXES]
         * Avoid a continual accumulation of IO watches in libtickit by making
           sure to cancel IO watches once they're finished
         * Handle the `->cancel` method on `->poll` futures by cancelling them
           at the libtickit level as well

0.04    2026-02-27
        [BUGFIXES]
         * Improved logic for handling multiple `->poll` event flags

0.03    2026-02-12
        [CHANGES]
         * Pull in latest Future::IO (for POLLPRI constant)
         * Complain if asked to `->poll` for POLLPRI, because libtickit
           doesn't currently support it
         * Pull in latest Test::Future::IO::Impl for bugfixes in tests

0.02    2026-01-18
        [CHANGES]
         * Implement the new `->poll` method of Future::IO v0.19

0.01    2021-08-24
        First version, released on an unsuspecting world.