File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ All notable changes to this project are documented below.
3
3
4
4
The format is based on [ keep a changelog] ( http://keepachangelog.com ) and this project uses [ semantic versioning] ( http://semver.org ) .
5
5
6
- ## [ Unreleased ]
6
+ ## [ 2.0.3 ] - 2018-08-10
7
7
### Added
8
- - New ` bit32 ` module available in the code runtime.
8
+ - New " bit32" backported module available in the code runtime.
9
9
- New code runtime function to create MD5 hashes.
10
10
- New code runtime function to create SHA256 hashes.
11
11
- 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
14
14
### Changed
15
15
- Reduce the frequency of socket checks on known active connections.
16
16
- Deleting a record from a leaderboard that does not exist now succeeds.
17
- - Notification listings now use more accurate time in cacheable cursors.
18
- - Use "root" as the default database user if not otherwise specified.
17
+ - Notification listings use a more accurate timestamp in cacheable cursors.
18
+ - Use "root" as the default database user if not specified.
19
19
20
20
### Fixed
21
21
- Runtime module loading now correctly handles paths on non-UNIX environments.
You can’t perform that action at this time.
0 commit comments