From 242353b78bc488099cf80bab3a1b9e496b99b4cb Mon Sep 17 00:00:00 2001 From: Ben Visness Date: Tue, 9 Jul 2019 17:13:10 -0500 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 15aa3ae..062dbb2 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.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. | **1.8.0** | Added fast vector normalization routines that use fast inverse square roots. **1.7.1** | Changed operator[] to take a const ref int instead of an int.