Skip to content

Commit

Permalink
Updated CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Mar 14, 2024
1 parent 246ae4c commit dd9c3ef
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,24 @@ The format is based on [Keep a Changelog], and this project adheres to

### Added

* Added `with_x()`, `with_y()`, etc. to vector types which returns a copy of
* Added `with_x`, `with_y`, etc. to vector types which returns a copy of
the vector with the new component value.

* Added `midpoint()` method to vector types that returns the point between two
* Added `midpoint` method to vector types that returns the point between two
points.

* Added `move_towards` for float vector types.

* Added saturating add and sub methods for signed and unsigned integer vector
types.

* Added element wise sum and product methods for vector types.

* Added element wise absolute values method for matrix types.

* Added `from_array()` method for boolean vector types.
* Added `from_array` method for boolean vector types.

* Added `normalize_or()` method to vector types that returns the specified value
* Added `normalize_or` method to vector types that returns the specified value
if normalization failed.

* Added `From<BVecN>` support for all vector types.
Expand Down

0 comments on commit dd9c3ef

Please sign in to comment.