File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ 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.3.1 ] - 2019-01-04
7
7
### Added
8
8
- Make authoritative match join attempt marker deadline configurable.
9
9
10
10
### Changed
11
- - Better batching of wallet updates.
11
+ - Improve db transaction semantics with batch wallet updates.
12
12
13
13
### Fixed
14
- - Correctly register deferred messages sent from authoritative matches.
15
- - Correctly cancel Lua authoritative match context when match initialization fails.
16
- - Improve decoding of Steam authentication responses to correctly unwrap payload.
17
- - Correctly parse Steam Web API errors when authenticating Steam tokens.
14
+ - Initialize registration of deferred messages sent from authoritative matches.
15
+ - Early cancel Lua authoritative match context when match initialization fails.
16
+ - Update decoding of Steam authentication responses to correctly unwrap payload. Thanks @ nielslanting
17
+ - Parse Steam Web API response errors when authenticating Steam tokens.
18
18
19
19
## [ 2.3.0] - 2018-12-31
20
20
### Added
You can’t perform that action at this time.
0 commit comments