Commit a5dd5427 authored by Chris Molozian's avatar Chris Molozian
Browse files

Nakama 2.4.0 release.

parent b92bce27
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -3,15 +3,15 @@ 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.4.0] - 2019-02-03
### Added
- Additional logging format option for Stackdriver Logging.
- New logging format option for Stackdriver Logging.
- New runtime function to immediately disconnect active sockets.
- New runtime function to kick arbitrary presences from streams.

### Fixed
- Correctly return group user results in Lua runtime listing operation.
- Correctly handle leaderboard records previous page cursor.
- Fix return arguments for group user list results in Lua runtime function.
- Leaderboard records returned with a previous page cursor no longer errors.

## [2.3.2] - 2019-01-17
### Fixed