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

Nakama 2.1.0 release.

parent ada0c44e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3,12 +3,12 @@ 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.1.0] - 2018-10-08
### Added
- New Go code runtime for custom functions and authoritative match handlers.
- New Tournaments feature.
- Runtime custom function triggers for leaderboard and tournament resets.
- Lua runtime AES-256 functions.
- Add Lua runtime AES-256 util functions.
- Lua runtime token generator function now returns a second value representing the token's expiry.
- Add local cache for in-memory storage to the Lua runtime.
- Graceful server shutdown and match termination.
@@ -19,7 +19,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr

### Fixed
- Correctly merge new friend records when importing from Facebook.
- Log correct registered hook names at startup.
- Log registered hook names correctly at startup.

## [2.0.3] - 2018-08-10
### Added