From 7c916f93a0b0a4fd85aa064dc58270ed0a63e843 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 2 Nov 2021 00:30:57 +0100 Subject: [PATCH] Update changelog with recent additions --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b53fc5..f462856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Changed + +- [Health and breath bars now adapt to custom maximum values instead of being hardcoded to 20 and 11 respectively.](https://github.com/minetest-mods/gauges/pull/9) + +### Fixed + +- [The health bar entity is no longer lost when a player teleports.](https://github.com/minetest-mods/gauges/pull/10) + - A side effect is that health bar entities are no longer saved in map metadata. + ## [1.0.4] - 2020-09-27 ### Added