Release notes ============= Version 1.2.1, 2022 December 27 ------------------------------- No code changes, only packaging updates (namely a change to the repository location, and fixing a couple of documentation errors). Version 1.2, 2020 June 25 ---------------------- * Added `Task::push_immediately_interrupting`. * Added `SleeperTask` (when `PQRST_WITH_SLEEPER` is true). * Various documentation improvements. Version 1.1, 2018 December 2 ---------------------------- * `TaskQueue::initialise now` has a `start_time` argument. * Replace `Task::ready_time` with `Task::ready_after` (equivalent functionality but more consistent, and better named). This is a backwards-incompatible change, but I don't think that `ready_time` was ever really used. * Documentation clarifications.