From ae6c93ba96237646a63e73d366a6d5d2d6451bc0 Mon Sep 17 00:00:00 2001 From: "Alex R. Delp" Date: Sat, 22 Aug 2020 09:37:06 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65080ac..904fb76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [v0.10.0] 2020-08-22 - Gamepad API added - Support setting an initial window position - Support hiding the window initially @@ -46,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 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.10.0-beta...HEAD +[Unreleased]: https://github.com/faiface/pixel/compare/v0.10.0...HEAD +[Unreleased]: https://github.com/faiface/pixel/compare/v0.10.0-beta...https://github.com/faiface/pixel/compare/v0.10.0 [v0.10.0-beta]: https://github.com/faiface/pixel/compare/v0.10.0-alpha...v0.10.0-beta [v0.10.0-alpha]: https://github.com/faiface/pixel/compare/v0.9.0...v0.10.0-alpha [v0.9.0]: https://github.com/faiface/pixel/compare/v0.8.0...v0.9.0