File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22
3+ ### Features
4+
5+ - impl ToOrderableBytes for i16/i32/i64/f64
6+ - impl ToOrderableBytes for bool
7+ - impl ToOrderableBytes for u8/i8 and u128/i128
8+ - impl ToOrderableBytes for u16/u32/u64
9+ - impl ToOrderableBytes for char and f32
10+
11+ ### Miscellaneous
12+
13+ - release
14+
15+ ### Refactoring
16+
17+ - introduce ToOrderableBytes trait
18+ - widen i16/i32 numeric impls to [ u8; 8]
19+ - rename ` numeric ` module to ` primitive `
20+ - emit native widths for narrow primitives
21+
22+
323### Features
424
525- impl ToOrderableBytes for i16/i32/i64/f64
Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77## [ Unreleased]
88
99
10+ ### Features
11+
12+ - impl OreEncrypt for all primitives via ToOrderableBytes
13+
14+ ### Miscellaneous
15+
16+ - release
17+
18+ ### Refactoring
19+
20+ - introduce ToOrderableBytes trait
21+ - drop dead convert module
22+
23+
1024### Features
1125
1226- impl OreEncrypt for all primitives via ToOrderableBytes
You can’t perform that action at this time.
0 commit comments