Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 608 Bytes

CHANGELOG.md

File metadata and controls

22 lines (15 loc) · 608 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]

[1.0.1] - 2019-04-22

Fixed

  • Maintain API compatibility with Queue from stdlib by returning self from #clear, #enq, and #enq!.

[1.0.0] - 2019-04-18

Added

  • Changelog (you're looking at!).

Changed

  • Extract MIT License into its own file, for GitHub UX.

Removed

  • Drop support for older Rubies (Ruby 2.4+).