Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit db9d6bd

Browse files
committed
Changelog update.
1 parent 3793742 commit db9d6bd

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic
77
Versioning](http://semver.org/spec/v2.0.0.html).
88

9+
## [Unreleased]
10+
11+
### ADDED
12+
13+
- Chunk/bitmap sizes up to 1024 are now supported.
14+
15+
### FIXED
16+
17+
- Replaced `ManuallyDrop` in implementations with `MaybeUninit`, along with a
18+
general unsafe code cleanup. (#3)
19+
920
## [0.3.1] - 2019-08-03
1021

1122
### ADDED

0 commit comments

Comments
 (0)