diff --git a/client/changelog/index.html b/client/changelog/index.html index ac7bd13a5..1f52d05bc 100644 --- a/client/changelog/index.html +++ b/client/changelog/index.html @@ -32,6 +32,7 @@ - Added mode switching. - Added a variation of the blue house with a basement. - Stats are now shown for everyone on your team on the game over screen. +- Added an improved debug readout, accessible by binding the "Adjust Network Graph Style" keybind. - Added back most of the emotes removed in the previous update, tweaked some emotes, and added 1 new emote. - Better textures for healing items. - Improved textures for grenade, melee, AEGIS, Flint, and ammo crates, and boxes. diff --git a/client/src/scripts/news/newsPosts.ts b/client/src/scripts/news/newsPosts.ts index 7702bd6cf..95f3dd0ad 100644 --- a/client/src/scripts/news/newsPosts.ts +++ b/client/src/scripts/news/newsPosts.ts @@ -14,6 +14,7 @@ export const news: NewsPost[] = [
  • Mode switching! The game now switches between Harvest and Classic modes every week.
  • New bunker! Added a variation of the blue house with a basement.
  • Team stats! Stats are now shown for everyone on your team on the game over screen.
  • +
  • Added an improved debug readout, accessible by binding the "Adjust Network Graph Style" keybind.
  • Added back most of the emotes removed in the previous update, tweaked some emotes, and added 1 new emote.