Skip to content

v0.14.1

Compare
Choose a tag to compare
@notgull notgull released this 07 Sep 17:45
· 5 commits to master since this release
v0.14.1

0.14.1 -- 2024-09-05

Additions

  • Use the tracing crate for logging instead of the log crate. (#195)
  • Make the Generic type UnwindSafe, even if its error is not. (#204)

Bugfixes

  • Optimizer timers in such a way that cancelling and restarting a timer doesn't
    allocate on the heap. (#184)
  • Make it so the number of channel elements are bounded per iteration of the
    event loop. (#200)