From e67e832332c257f737216247fbb4ab4958c07c8f Mon Sep 17 00:00:00 2001 From: Andrei Mihu Date: Sat, 19 Mar 2022 20:49:50 +0000 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2283f103..b7e1185f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,6 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - Allow migrate subcommand to use database names that contain dashes. - Add senderID param to channelIdBuild function. - Improve leaderboard rank cache population at startup. -- JavaScript global variables are made immutable after the `InitModule` function is invoked. - JavaScript global variables are made immutable by default after the `InitModule` function is invoked. - Return system user uuid string in `StorageWrite` acks for all runtimes. - Realtime after hooks now include both the outgoing and incoming payload. -- GitLab