From d8426ac37adf046d980fc7aaf3952ca0d965ad51 Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Mon, 9 Jul 2018 14:56:37 +1100 Subject: [PATCH] Updated changelog [ci skip] The chatbox entry was redundant. --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 7d066341b822..5f3632c14763 100644 --- a/changelog.md +++ b/changelog.md @@ -76,7 +76,6 @@ * Fixed the unit preview pane not showing the default race icon when detailing a single unit's stats. * Sort units secondarily by XP in the unit list dialog. - * Limited chatbox input to 256 characters. ### WML engine * Fixed errors about WESNOTH_VERSION not being defined when trying to load add-ons that have preprocessor errors (issues #1924, #1634). @@ -91,6 +90,7 @@ * Fixed wmllint choking on gzipped binary files (e.g. gzipped tarballs). * Fixed wmllint crashing on inexistent paths provided in the command line (issue #3286). + * Greatly improved touch control support. ## Version 1.14.3 ### AI