Update CHANGELOG.md
This commit is contained in:
parent
88b1e1c2d3
commit
ae6c93ba96
|
@ -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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v0.10.0] 2020-08-22
|
||||||
- Gamepad API added
|
- Gamepad API added
|
||||||
- Support setting an initial window position
|
- Support setting an initial window position
|
||||||
- Support hiding the window initially
|
- 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
|
Changelog for this and older versions can be found on the corresponding [GitHub
|
||||||
releases](https://github.com/faiface/pixel/releases).
|
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-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.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.9.0]: https://github.com/faiface/pixel/compare/v0.8.0...v0.9.0
|
||||||
|
|
Loading…
Reference in New Issue