Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 709 Bytes

CHANGELOG.md

File metadata and controls

32 lines (18 loc) · 709 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

  • SafeErc20 Utility. #289
  • Finite Fields arithmetics. #376

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