Skip to content

Latest commit

History

History
37 lines (26 loc) 路 826 Bytes

CHANGELOG.md

File metadata and controls

37 lines (26 loc) 路 826 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.

0.2.0 - 2021-01-02

Added

  • Add Once, a context-aware and "failable" variant of sync.Once
  • Add RWMutex.TryLock() and TryRLock()

0.1.0 - 2020-05-20

  • Initial release