Skip to content

Commit

Permalink
Nakama 2.0.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
novabyte committed Aug 10, 2018
1 parent 29ae091 commit 98493c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 98493c9

Please sign in to comment.