From b2f1163dad22739e3276eb80fecff323063e698c Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 22 May 2019 11:33:15 +0200 Subject: [PATCH] changelog: Put the supported version at the top of the Changed section This makes it easier to notice. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02dd4d2..217536c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,9 +14,9 @@ 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. - Stairs+ nodes now emit one light level less compared to full nodes to make up for their smaller visual size. -- The minimum supported Minetest version is now 5.0.0. ### Fixed