Skip to content

Commit fa730f0

Browse files
committedMar 19, 2023
Updated changelog.
1 parent e233f79 commit fa730f0

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
 

Diff for: ‎CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog], and this project adheres to
66
[Semantic Versioning].
77

8+
## [Unreleased]
9+
10+
### Added
11+
12+
* Added `i64` and `u64` vector types; `I64Vec2`, `I64Vec3`, `I64Vec4`,
13+
`U64Vec2`, `U64Vec3` and `U64Vec4`.
14+
15+
* Added `length_squared` method on signed and unsigned integer vector types.
16+
17+
* Added `distance_squared` method on signed integer vector types.
18+
19+
### Changed
20+
21+
* Changed quaternion `to_axis_angle` for improved numerical stability.
22+
23+
### Removed
24+
25+
* Removed dependency on `serde_derive` for improved compile times when using
26+
`serde`.
27+
828
## [0.23.0] - 2023-02-22
929

1030
### Breaking changes

0 commit comments

Comments
 (0)
Please sign in to comment.