Add CHANGELOG

This commit is contained in:
juliancoffee 2021-06-18 22:58:51 +03:00
parent 7bf8c67808
commit 41b6d80635

View File

@ -17,8 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Entity-entity pushback is no longer applied in forced movement states like rolling and leaping. - Entity-entity pushback is no longer applied in forced movement states like rolling and leaping.
- Updated audio library (rodio 0.13 -> 0.14). - Updated audio library (rodio 0.13 -> 0.14).
- Improve entity-terrain physics performance by reducing the number of voxel lookups. - Improve entity-terrain physics performance by reducing the number of voxel lookups.
- Clay Golem uses shockwave only after specific fraction of health and other difficulty adjustments.
### Removed ### Removed
- Enemies no more spawn in dungeon boss room
### Fixed ### Fixed