Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 495 Bytes

CHANGELOG.md

File metadata and controls

17 lines (11 loc) · 495 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.

Unreleased

[0.5.6] - 2023-07-05

Fixed

Made stable_structures::vec::InitError public again. It was accidentally made private in the previous release.

[0.5.5] - 2023-07-03

Added

  • The MinHeap stable data structure (#91)