Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 674 Bytes

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 674 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.

Added

  • Initial early release. Project API is not stable until v1.0.0+

  • Added Queue ADT

  • Added Stack ADT

  • Added Linked List ADT

  • Added Priority Queue ADT

  • Added Circular Queue ADT

  • Added Object Pool ADT

  • Added Serialization

  • Added Query Selector