# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
This file follows the convention described at
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
## [1.0.2] - 2025-09-16
### Changed
- Shrink the array as segments become unused.
## [1.0.1] - 2025-08-17
### Fixed
- Memory leak in `IntoIterator` implementation
## [1.0.0] - 2025-08-12
### Changed
- Initial release (renamed from `segmented_array`)