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.
- [BC] Added
Queue.Contains()
IsFront()
andIsBack()
methods now returnfalse
if the element is not on the queueRemove()
no longer panics if the element is not on the queueUpdate()
panics with a meaningful message if the element is not on the queue
0.1.0 - 2020-06-09
- Initial release