Skip to content

Commit 61a33c4

Browse files
committed
Update changelog.
1 parent 7bcf910 commit 61a33c4

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project
66
adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
- When `InlineArray` cannot hold any values because of misalignment, report it as capacity 0
11+
instead of panicking at runtime. (#22)
12+
813
## [0.6.4] - 2021-02-17
914

1015
### FIXED
1116

12-
- `InlineArray` can be used in recursive types again.
17+
- `InlineArray` can be used in recursive types again.
1318

1419
### CHANGED
1520

16-
- `InlineArray::new()` now panics when it can't store elements with large alignment
17-
(this was UB prior to 0.6.3). Alignments of `usize` and smaller are always supported.
18-
Larger alignments are supported if the capacity-providing type has sufficient alignment.
21+
- `InlineArray::new()` now panics when it can't store elements with large alignment (this was UB
22+
prior to 0.6.3). Alignments of `usize` and smaller are always supported. Larger alignments are
23+
supported if the capacity-providing type has sufficient alignment.
1924

2025
## [0.6.3] - 2021-02-14
2126

0 commit comments

Comments
 (0)