Update version and changelog

This commit is contained in:
Ben Visness
2021-03-24 10:02:08 -05:00
parent 655c662528
commit 5bbac2167e
2 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/*
HandmadeMath.h v1.11.0
HandmadeMath.h v1.12.1
This is a single header file with a bunch of useful functions for game and
graphics math operations.

View File

@@ -10,6 +10,7 @@ To get started, go download [the latest release](https://github.com/HandmadeMath
Version | Changes |
----------------|----------------|
**1.12.1** | Added extra parentheses around some macros (#133) |
**1.12.0** | Added Unary Minus operator for `HMM_Vec2`, `HMM_Vec3`, and `HMM_Vec4`. |
**1.11.1** | Added HMM_PREFIX macro to a few functions that were missing it. |
**1.11.0** | Added ability to customize or remove the default `HMM_` prefix on function names by defining a macro called `HMM_PREFIX(name)`. |