Skip to main content

CHANGELOG.md

<!--
  SPDX-FileCopyrightText: None
  SPDX-License-Identifier: CC0-1.0
-->

# Changelog

## v1.0.1

* Changes
  * Improve common buffer insertion case when buffer overflows by ~13%
  * Remove unneeded list concatenation for reduce
  * Property test improvements to cover more edge cases (no issues found)

## v1.0.0

This release is identical to v0.4.2.

## v0.4.2

* Changes
  * Fix Elixir 1.19 warnings
  * Add [REUSE Software](https:/reuse.software/) for machine-readable licensing
    and copyright information
  * Minor documentation updates

## v0.4.1

* Changes
  * Documentation and code coverage improvements

## v0.4.0

* Changes
  * Switch from `:queue`-based implementation to list-based one to enable a few
    optimizations