Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 739 Bytes

CHANGELOG.md

File metadata and controls

41 lines (22 loc) · 739 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

Removed

Changed

Fixed

[0.4.0] - 2024-10-26

Added

  • MSRV policy

Removed

  • All unsafe code

Changed

  • Updated MSRV to 1.69
  • block_on now accepts IntoFuture instead of Future (this is a backward-compatible change)

[0.3.0] - 2023-02-07

Added

  • pollster::main and pollster::test procedural macros, akin to tokio::main and tokio::test

Changed

  • Improved performance by removing unnecessary allocation