Bump changelog version (#827)

* Bump changelog version

* Simplify instruction to compare git tags
This commit is contained in:
memoryruins 2020-11-09 17:13:24 -05:00 committed by GitHub
parent 4ef6eb8a85
commit b113809fcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]