From cd48d8272c30a4ebff0a8632302c678ee024aae3 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 16 Jun 2019 17:17:21 +0100 Subject: [PATCH] added changelog for 3.8.5 --- changelogs/3.8.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelogs/3.8.md b/changelogs/3.8.md index bba3bea61..e73ae4119 100644 --- a/changelogs/3.8.md +++ b/changelogs/3.8.md @@ -46,3 +46,11 @@ This changelog **does not account for protocol changes**. If your plugin uses th - Stack traces now render a maximum of 80 characters when making string parameters printable. - Improved documentation for some transaction classes. - Action order in inventory transactions is now randomised to prevent dependencies on any accidental or client-dependent ordering. Since the transaction system is specifically designed to avoid depending on order, this does not affect any core functionality. + +# 3.8.5 +- Moved preprocessor to build/ directory. +- Added documentation for `Server->getPlayer()`, `Server->getPlayerExact()` and `Server->matchPlayer()`. +- `server.lock` now contains the PID of the currently-running server. +- PID of server is now reported in the error message when attempting to run two servers from the same data directory at once. +- Fixed sluggish playercount updating on MOTD. +- Added new MultiRecipe UUIDs.