Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 598 Bytes

CHANGELOG.md

File metadata and controls

27 lines (15 loc) · 598 Bytes

Changelog

1.0.0 (2017-10-18)

This is the first stable release of recoil/kernel. There have been no changes to the API since the 1.0.0-alpha.2 release.

1.0.0-alpha.2 (2017-01-09)

  • [NEW], [BC] Add Api::select()

1.0.0-alpha.1 (2016-12-14)

  • [BC] Remove public cancel() method from StrandWait* classes

0.2.1 (2016-12-13)

  • [FIX] Allow callables to be yielded as dispatchable values

0.2.0 (2016-12-13)

  • [BC] Added abstract method KernelTrait::create()
  • [NEW] Added method KernelTrait::start()

0.1.0 (2016-12-12)

  • Initial release