Skip to content

Latest commit

History

History
41 lines (28 loc) 路 932 Bytes

CHANGELOG.md

File metadata and controls

41 lines (28 loc) 路 932 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] - 2020-06-15

Added

  • [BC] Added Queue.Contains()

Fixed

  • IsFront() and IsBack() methods now return false if the element is not on the queue
  • Remove() no longer panics if the element is not on the queue
  • Update() panics with a meaningful message if the element is not on the queue

0.1.0 - 2020-06-09

  • Initial release