From f0a3d58a995bbecf1b51761d9c236098cf9a208f Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 4 Oct 2019 00:23:02 +0200 Subject: [PATCH] Update changelog to mention nodes/items not being droppable anymore --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 900458e..bc99b70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - The minimum supported Minetest version is now 5.0.0. +- Map Tools nodes/items can no longer be dropped to prevent them from falling + into bad hands. ## [1.1.0] - 2019-03-23