Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

48 lines (33 loc) · 2.15 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.

0.2.0 - 2024-07-25

Changed

  • Make MemoryRef.free() synchronous (a2bb086).

Performance

  • Make ranges list use AVL trees internally (464e8d2).

0.1.0 - 2023-10-13

Added

0.0.3 - 2023-10-07

Fixed

  • Fix NPM publishing issue.

0.0.2 - 2023-10-07

Added

  • Test that smallest sufficient range is always selected (5491c11).

Changed

0.0.1 - 2023-10-07

Added

  • Created this repository.
  • Implemented a simple memory allocator (a09a5d9).
  • Added documentation (278e027).
  • Added unit tests (5cbbeff).