Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 649 Bytes

CHANGELOG.md

File metadata and controls

31 lines (17 loc) · 649 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]

Added

Changed

Fixed

[0.1.1] - 2024-10-28

Changed

  • Mini alloc is now used by default via the stylus-sdk. This avoids conflicts with duplicate #[global_allocator] definitions. #373
  • Removed the panic handler from the library, making it easier for std and no_std projects to use the library. #373

[0.1.0] - 2024-10-17

  • Initial release