Merge pull request #231 from delp/master

Update CHANGELOG.md Unreleased Section
This commit is contained in:
Alex R. Delp 2020-05-08 19:12:26 -07:00 committed by GitHub
commit e350f9fef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -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