segment-array 1.0.2

Segment array (growable, append-only) data structure.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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`)