From d6551c5426a7a38d7db9252abbfff29096ddc95b Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Tue, 1 Dec 2020 12:40:47 -0600 Subject: [PATCH] v1.5.29 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76d61fc9..4eee46a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Exposed ba method/class initing in public C++ layer. - The 'restart' and 'shutdown' commands in the server script now default to immediate=True - Wired up 'clean_exit_minutes', 'unclean_exit_minutes', and 'idle_exit_minutes' options in the server config +- Removed remains of the google-real-time-multiplayer stuff from the android/java layer. ### 1.5.28 (20239) - Simplified ba.enum_by_value()