Skip to content

Latest commit

 

History

History
108 lines (56 loc) · 2.42 KB

CHANGELOG.md

File metadata and controls

108 lines (56 loc) · 2.42 KB

CHANGELOG

Package changelog.

Unreleased (2024-07-07)

Features

  • 82c8ae0 - add C implementation for math/base/special/floor2

Commits

  • 39ecc03 - chore: update package meta data (#2530) (by stdlib-bot, Athan Reines)
  • 457662c - style: add linebreak (by Athan Reines)
  • 82c8ae0 - feat: add C implementation for math/base/special/floor2 (by Gunj Joshi)

Contributors

A total of 2 people contributed to this release. Thank you to the following contributors:

  • Athan Reines
  • Gunj Joshi

0.2.1 (2024-02-24)

Features

  • 58832ee - update minimum TypeScript version

BREAKING CHANGES

  • 58832ee: update minimum TypeScript version

  • 58832ee: update minimum TypeScript version to 4.1

    • To migrate, users should upgrade their TypeScript version to at least version 4.1.

Commits

  • 58832ee - feat: update minimum TypeScript version (by Philipp Burckhardt)

Contributors

A total of 1 person contributed to this release. Thank you to this contributor:

  • Philipp Burckhardt