# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.4.0](https://github.com/danieleades/arithmetic-coding/compare/arithmetic-coding-core-v0.3.0...arithmetic-coding-core-v0.4.0) - 2024-09-12 ### Added - [**breaking**] Allow compiling with stable toolchain ([#64](https://github.com/danieleades/arithmetic-coding/pull/64)) ### Other - *(tests)* Allow compiling examples and tests with stable toolchain ([#63](https://github.com/danieleades/arithmetic-coding/pull/63)) - *(lints)* address clippy lint errors related to doc comments ([#65](https://github.com/danieleades/arithmetic-coding/pull/65)) - fix some documentation comments ([#52](https://github.com/danieleades/arithmetic-coding/pull/52)) - use newer cargo workspace features ([#49](https://github.com/danieleades/arithmetic-coding/pull/49)) - implement 'BitStore' for usize ([#41](https://github.com/danieleades/arithmetic-coding/pull/41)) - tidy and update ([#39](https://github.com/danieleades/arithmetic-coding/pull/39)) - update for latest nightly