From c35e0abd1c597aedbe98053e26c68265810afb7b Mon Sep 17 00:00:00 2001 From: "Alex R. Delp" Date: Sun, 10 May 2020 14:09:06 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26095ca..9f08417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. 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] -- Gamepad API support +- Pending physical testing, Gamepad API support from [PR-233](https://github.com/faiface/pixel/pull/233) - Add `WindowConfig.TransparentFramebuffer` option to support window transparency onto the background - Fixed Line intersects failing on lines passing through (0, 0)