From d181dae9bae90be22adf20d67d9bafed2e333e2c Mon Sep 17 00:00:00 2001 From: "Alex R. Delp" Date: Sat, 2 May 2020 12:53:29 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76aa578..676446f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,9 +22,14 @@ 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.8.0] - 2018-10-10 +- 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 releases](https://github.com/faiface/pixel/releases). [Unreleased]: https://github.com/faiface/pixel/compare/v0.8.0...HEAD [v0.8.0]: https://github.com/faiface/pixel/releases/tag/v0.8.0 +[v0.9.0]: https://github.com/faiface/pixel/releases/tag/v0.9.0