Skip to content

Commit

Permalink
Updated CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Aug 2, 2024
1 parent c367df8 commit 4488b23
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to
[Semantic Versioning].

## [Unreleased]

## Breaking changes

* `EulerRot` has been reimplemented and now has support for 24 different
rotation order enum values.

### Added

* Added 3x3 matrix `from_mat4_minor()` and 2x2 matrix `from_mat3_minor()`
methods.

* Added `bvec2`, `bvec3`, `bvec3a`, `bvec4` and `bvec4a` vector mask creation
functions.

* Added all 24 possible intrinsic and extrinsic Euler angle rotation
combinations to `EulerRot` enum.

* Added `is_finite_mask` method to vector types which returns a vector mask.

* Added `reflect` and `refract` methods to vector types.

* Added `to_euler` methods to matrix types which extracts Euler angles from a
rotation matrix for a given `EulerRot`.

## [0.28.0] - 2024-06-10

### Breaking changes
Expand Down

0 comments on commit 4488b23

Please sign in to comment.