From 36805731635c4a58124d83db05f283551511c512 Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Thu, 4 Feb 2021 14:19:25 +0000 Subject: [PATCH] Nakama 3.1.0 release. --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 895f5553db..2d23a98ffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,16 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr ## [Unreleased] ### Added -- New Steam friends import. +- New APIs to import Steam friends into the social graph. ### Changed -- Improve output of `nakama migrate status` command when database contains unknown migrations. -- Socket status flag is now case-insensitive. +- Improve output of "nakama migrate status" command when database contains unknown migrations. +- The socket status flag is now parsed as case-insensitive. - Build with Go 1.15.7 release. ### Fixed - Fix an issue with the JS runtime multiUpdate function. -- Fix an issue where the JS runtime would call the InitModule function twice #530. +- Fix an issue where the JS runtime would call the InitModule function twice. - Fix how the JS runtime invokes matchmakerMatched and leaderboard/tournament related hooks. - Fix JS VM not being put back into the pool after an RPC call.