From c825fe48cf7c0d512a0df60476a65e97e4265753 Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Mon, 6 Apr 2020 10:02:16 -0500 Subject: [PATCH] Update version and release notes --- HandmadeMath.h | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HandmadeMath.h b/HandmadeMath.h index 48b5684..51c7501 100644 --- a/HandmadeMath.h +++ b/HandmadeMath.h @@ -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. diff --git a/README.md b/README.md index f7b8e22..17c825e 100644 --- a/README.md +++ b/README.md @@ -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. |