From 0e9102e224573b1912fd5731e642cb91e3b947de Mon Sep 17 00:00:00 2001 From: "Alex R. Delp" Date: Tue, 26 Jan 2021 17:41:59 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b03fd31..8c6bbe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - GLTriangle's fragment shader is used when rendered by the Canvas. ## [v0.10.0] 2020-08-22 +- Add AnchorPos struct and functions - Gamepad API added - Support setting an initial window position - Support hiding the window initially