Skip to content

Commit f78c7c5

Browse files
committed
Changelog
1 parent 0e7cc7d commit f78c7c5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@ 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-
## [0.6.3] - 2021-02-14 - 2021-02-14
8+
## [Unreleased]
9+
10+
### FIXED
11+
12+
- `InlineArray` can be used in recursive types again.
13+
14+
### CHANGED
15+
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.
19+
20+
## [0.6.3] - 2021-02-14
921

1022
### FIXED
1123

0 commit comments

Comments
 (0)