Skip to content

Commit

Permalink
Bump changelog version (#827)
Browse files Browse the repository at this point in the history
* Bump changelog version

* Simplify instruction to compare git tags
  • Loading branch information
memoryruins committed Nov 9, 2020
1 parent 4ef6eb8 commit b113809
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit b113809

Please sign in to comment.