# Changelog [![Crates.io][crate-badge]][crate] 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] ## [0.1.1] - 2019-11-09 ### Added - Array example to `Never` docs ## [0.1.0] - 2019-10-28 ### Added - `StalinSort` algorithm - A single pass, no-nonsense sorting algorithm with O(n) complexity that removes elements until the value is sorted - `Never` type alias for `!` [crate]: https://crates.io/crates/bad [crate-badge]: https://img.shields.io/crates/v/bad.svg [Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: http://semver.org/spec/v2.0.0.html [Unreleased]: https://github.com/nvzqz/bad/compare/v0.1.1...HEAD [0.1.1]: https://github.com/nvzqz/bad/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/nvzqz/bad/compare/v0.1.0...v0.1.0