From d8a3c92052754b8ce516fd4bd30ce877c5480670 Mon Sep 17 00:00:00 2001 From: "Alex R. Delp" Date: Wed, 6 May 2020 17:14:10 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df96269..c2f466a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - Pending via #211: Upgrade to GLFW 3.3 +- Add support for glfw's DisableCursor + - Closes https://github.com/faiface/pixel/issues/213 + +## [v0.9.0] - 2020-05-02 +- Added feature from https://github.com/faiface/pixel/pull/219 + - Exposing Window.SwapBuffers so buffers can be swapped without polling input - Add more examples - Add position as out variable from vertex shader - Add experimental joystick support @@ -22,9 +28,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add support for Go Modules - Add `NoIconify` and `AlwaysOnTop` window hints -## [v0.9.0] - 2020-05-02 -- Added feature from https://github.com/faiface/pixel/pull/219 - - Exposing Window.SwapBuffers so buffers can be swapped without polling input ## [v0.8.0] - 2018-10-10 Changelog for this and older versions can be found on the corresponding [GitHub