Bump changelog version (#827)
* Bump changelog version * Simplify instruction to compare git tags
This commit is contained in:
parent
4ef6eb8a85
commit
b113809fcd
18
CHANGELOG.md
18
CHANGELOG.md
@ -1,17 +1,25 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
While we try to keep the `Unreleased` changes updated, it is often behind master and does not include
|
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
|
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).
|
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
|
## Unreleased
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
|
||||||
|
## Version 0.3.0 (2020-11-03)
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
- [Touch Input][696]
|
- [Touch Input][696]
|
||||||
- [iOS XCode Project][539]
|
- [iOS XCode Project][539]
|
||||||
- [Android Example and use bevy-glsl-to-spirv 0.2.0][740]
|
- [Android Example and use bevy-glsl-to-spirv 0.2.0][740]
|
||||||
|
Loading…
Reference in New Issue
Block a user