Update version and release notes

This commit is contained in:
Ben Visness
2020-04-06 10:02:16 -05:00
parent 15bef820db
commit c825fe48cf
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
/*
HandmadeMath.h v1.10.1
HandmadeMath.h v1.11.0
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.11.0** | Added ability to customize or remove the default `HMM_` prefix on function names by defining a macro called `HMM_PREFIX(name)`. |
**1.10.1** | Removed stdint.h, this doesn't exist on some really old compilers and we didn't really use it anyways. |
**1.10.0** | Made HMM_Perspective use vertical FOV instead of horizontal FOV for consistency with other graphics APIs. |
**1.9.0** | Added SSE versions of quaternion operations. |