From 1a51a2ec0086e11aa30b78773544a8d0c7569529 Mon Sep 17 00:00:00 2001 From: Alex Smith Date: Fri, 29 Mar 2019 15:30:00 +0000 Subject: [PATCH] Update changelog for 1.3.1 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1eaa586..12b4986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 1.3.1 + +### Changes + +* Change permission of `gamemoderun` in source tree so that it is correctly installed with execute permissions on older Meson versions (such as that included with Ubuntu 18.04) (#115). +* Enable more compiler warnings and fix issues highlighted by these. + +### Contributors + +* Christian Kellner @gicmo + ## 1.3 ### Changes