Skip to content

Commit

Permalink
Updated CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Oct 30, 2024
1 parent 6f9af89 commit 7013983
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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]

### Added

* Added `i8` and `u8` vector types, `I8Vec2`, `I8Vec3`, `I8Vec4`,
`U8Vec2`, `U8Vec3` and `U8Vec4`.

### Changed

* Removed normalized assertions from quaternion multiplies as sometimes this is
valid.

* Include `Debug` and `Display` implementations on `spirv` targets.

* Optimized vector `from_slice` and `write_to_slice` methods.

* Improved serde error messages.

## [0.29.0] - 2024-08-20

### Breaking changes
Expand Down

0 comments on commit 7013983

Please sign in to comment.