From 007705e69d72178434d630dd1119f5a25a2f42e3 Mon Sep 17 00:00:00 2001 From: phinner <62483793+phinner@users.noreply.github.com> Date: Mon, 8 Jan 2024 17:51:46 +0100 Subject: [PATCH] fix: Add missing changelog entry --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a164008..edcc678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/), and this project adheres to [Semantic Versioning](http://semver.org/). +## v2.0.0 - 2023-12-23 + +### Changes + +- Replaced java awt Point with immutable version. +- Misc improvements in the internals. + +### Bugfixes + +- Added tracking for destructed blocks and blocks changed by the server. +- nohorny autoban now set flagged blocks to air instead of destructing them (to avoid lagging players). + ## v2.0.0-rc.3 - 2023-12-13 ### Features