Commit 45b527aa authored by Andrei Mihu's avatar Andrei Mihu
Browse files

Update changelog.

parent 861f99a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr
- Memory usage and population time improvements in leaderboard rank cache.
- Better handling of internal transaction retries.
- Better handling of party membership when interacting with matchmaking.
- Improve leaderboard cache reporting of idempotent operations.
- Build with Go 1.20.6.

### Fixed
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ var (
		DiscardUnknown: false,
	}
	metrics       = NewLocalMetrics(logger, logger, nil, cfg)
	storageIdx, _ = NewLocalStorageIndex(logger, nil, []StorageIndexConfig{})
	storageIdx, _ = NewLocalStorageIndex(logger, nil)
	_             = CheckConfig(logger, cfg)
)