Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 617 Bytes

CHANGELOG.md

File metadata and controls

29 lines (19 loc) · 617 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.0] - 2023-05-07

Added

  • ProcessOwnedMut struct
    • Deref implementation
  • Immortal struct
    • Clone implementation
    • Deref implementation

Removed

  • ProcessOwned::DerefMut implementation

[0.1.0] - 2023-05-07

Added

  • ProcessOwned struct
    • Clone implementation
    • Deref implementation
    • DerefMut implementation