File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) and this project
6
6
adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
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
9
21
10
22
### FIXED
11
23
You can’t perform that action at this time.
0 commit comments