24 lines
522 B
Markdown
24 lines
522 B
Markdown
|
# Changelog
|
||
|
All notable changes to this project will be documented in this file.
|
||
|
|
||
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||
|
and this project adheres to [Semantic Versioning](https://semver.org/).
|
||
|
|
||
|
|
||
|
## [Unreleased]
|
||
|
|
||
|
- No further addition planned.
|
||
|
|
||
|
|
||
|
## [0.3.4] - 2018-07-10
|
||
|
### Added
|
||
|
|
||
|
- changelog.md
|
||
|
|
||
|
### Changed
|
||
|
|
||
|
- fixed the knock_back bug
|
||
|
- increased the jump height to 16 nodes (was 4)
|
||
|
- moved constant values into entity's definition/spawner function
|
||
|
- README.txt -> README.md
|