From 3f5e4b257ed417e521e0fb02dbc0fecdc46376cd Mon Sep 17 00:00:00 2001 From: alek13 Date: Sun, 15 Sep 2024 17:25:55 +0300 Subject: [PATCH] 'bump version. Release 2024.08.p1' --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88309bb58..389041bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2024.08.p1](https://github.com/lord-server/lord/releases/tag/2024.08.p1) + - Fix tapestry collision_box; convert tapestry.lua to tabs. Closes #1645 (#1661) + - Fix not returning an empty bottle on drinking honey. Closes #1649 (#1662) + - Fix banister replacing blocks; Fixes #1493 (#1664) + - Fix a typo: poisen -> poison; Closes #1670 (#1671) + ## [2024.08](https://github.com/lord-server/lord/releases/tag/2024.08) - New Damage System: - Now dead men attacks with `soul` damage. Closes #1631