From 98493c9e5704a21604d83ce0af30d84a53b1e81d Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Fri, 10 Aug 2018 12:34:00 +0100 Subject: [PATCH] Nakama 2.0.3 release. --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f10155c9..24393784c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org). -## [Unreleased] +## [2.0.3] - 2018-08-10 ### Added -- New `bit32` module available in the code runtime. +- New "bit32" backported module available in the code runtime. - New code runtime function to create MD5 hashes. - New code runtime function to create SHA256 hashes. - Runtime stream user list function now allows filtering hidden presences. @@ -14,8 +14,8 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr ### Changed - Reduce the frequency of socket checks on known active connections. - Deleting a record from a leaderboard that does not exist now succeeds. -- Notification listings now use more accurate time in cacheable cursors. -- Use "root" as the default database user if not otherwise specified. +- Notification listings use a more accurate timestamp in cacheable cursors. +- Use "root" as the default database user if not specified. ### Fixed - Runtime module loading now correctly handles paths on non-UNIX environments.