Update CHANGELOG.md
This commit is contained in:
parent
c35e0abd1c
commit
5d34c08754
|
@ -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]
|
||||
- Pending physical testing, Gamepad API support from [PR-233](https://github.com/faiface/pixel/pull/233)
|
||||
|
||||
## [v0.10.0-beta] 2020-05-10
|
||||
- Add `WindowConfig.TransparentFramebuffer` option to support window transparency onto the background
|
||||
- Fixed Line intersects failing on lines passing through (0, 0)
|
||||
|
||||
|
@ -38,7 +40,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-alpha...HEAD
|
||||
[Unreleased]: https://github.com/faiface/pixel/compare/v0.10.0-beta...HEAD
|
||||
[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
|
||||
[v0.8.0]: https://github.com/faiface/pixel/releases/tag/v0.8.0
|
||||
|
|
Loading…
Reference in New Issue