Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
connorslade committed Nov 26, 2023
1 parent 8d3668d commit f2d994c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# nd-vec Changelog

## v0.3.0 – November 26, 2023

- Impl assigning operations
- Add
- Subtract
- Divide
- Remainder
- Allow getting vector as a component slice
- Absolute value function
- Allow accessing components on 2D and 3D vectors with `.x()`, `.y()`, and `.x()` if applicable

## v0.2.0 – November 26, 2023

- Cleanup type aliases
- Improved vector macro
- Internal code cleanup

## v0.1.0 – November 26, 2023

First release of nd-vec.
Moved from my [n-dimensional audio engine](https://github.com/Basicprogrammer10/audio_engine) project.

0 comments on commit f2d994c

Please sign in to comment.