Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

33 lines (25 loc) · 1.03 KB

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.

Unreleased - ReleaseDate

0.2.0 - 2024-05-20

Changed

  • BREAKING: wrap sdd::Guard into EbrGuard.
  • Replace scc with sdd (EBR is moved to the dedicated crate).

0.1.1 - 2024-04-15

Added

  • Implement Clone and Copy for BorrowedEntry.
  • Implement Clone for OwnedEntry.

Changed

  • Avoid useless non-null checks in BorrowedEntry.
  • Deprecated BorrowedEntry::into_owned() in favor of BorrowedEntry::to_owned().

0.1.0 - 2024-04-13

Added

  • Feuer Frei!