Skip to content

Latest commit

 

History

History
133 lines (116 loc) · 6.01 KB

CHANGELOG.md

File metadata and controls

133 lines (116 loc) · 6.01 KB

0.4.0

In this release the runtime was removed from the Heph crate and moved into the new heph-rt crate. To see the changes made to the runtime see Heph-rt change log in the rt directory.

Added

Changed

Removed

  • The rt module has been removed and now lives on as the heph-rt crate. Along with that the Runtime and RuntimeRef aliases are removed from the root of crate.
  • Furthermore the log, net, spawn, timer and trace modules also has been moved to the heph-rt crate.
  • A lot of functions in the test module were moved to the heph-rt crate.

0.3.1

Added

Changed

Fixed

0.3.0

Initial public release.