Skip to content

Latest commit

 

History

History
46 lines (46 loc) · 3.73 KB

CHANGELOG.md

File metadata and controls

46 lines (46 loc) · 3.73 KB

Changelog

All notable changes to this project will be documented in this file.

0.5.3 - 2020-05-10

Added

0.5.2 - 2020-05-09

Fixed

Added

0.5.1 - 2020-05-03

Fixed

0.5.0 - 2020-04-26

Added

  • Pull Request #24 - Added support for future 0.3 (async/await) Implemented future 0.3 Sink for publisher and Stream for subscribers. Adds crossbeam_channel as a dependency for sending AtomicWakers to publisher.
  • Pull Request #24 - Added tests.
  • Pull Request #25 - Added a missed_items_size

Removed

Fixed

0.4.1- 2019-07-30

Added

0.4.0 - 2019-07-13

Added

Changed

  • The sync::Publisher method broadcast now takes a mutable reference to self.

Removed

  • Interior mutability on the Waker struct.