diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d22bc7c4d3dc..39da8e5e61283 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,25 @@ # Changelog -While we try to keep the `Unreleased` changes updated, it is often behind master and does not include -all merged pull requests. To see a list of all changes since the latest release, you may compare -master using the [git tags for releases](https://github.com/bevyengine/bevy/tags). +While we try to keep the `Unreleased` changes updated, it is often behind and does not include +all merged pull requests. To see a list of all changes since the latest release, you may compare +current changes on git with [previous release tags][git_tag_comparison]. + +[git_tag_comparison]: https://github.com/bevyengine/bevy/compare/v0.3.0...master -For example, -[https://github.com/bevyengine/bevy/compare/v0.2.1...master](https://github.com/bevyengine/bevy/compare/v0.2.1...master) -to view all changes since the `0.2.1` release. ## Unreleased ### Added +### Changed + +### Fixed + + +## Version 0.3.0 (2020-11-03) + +### Added + - [Touch Input][696] - [iOS XCode Project][539] - [Android Example and use bevy-glsl-to-spirv 0.2.0][740]