From 41b6d806354b5fe2d2e408a46ef3775a359b077e Mon Sep 17 00:00:00 2001 From: juliancoffee Date: Fri, 18 Jun 2021 22:58:51 +0300 Subject: [PATCH] Add CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30cc28e9cc..65d10d4099 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. - Updated audio library (rodio 0.13 -> 0.14). - 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 +- Enemies no more spawn in dungeon boss room ### Fixed