From 5cf26361396f84f587529491323be9b5c9b48166 Mon Sep 17 00:00:00 2001 From: Vishal Date: Mon, 20 May 2024 05:08:02 +0530 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6755c0f6..bee382cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,7 +60,9 @@ multiple `SockAddr`s; it will attempt to contact the host on all of them and use whichever responds first. This allows us to pass both ipv4 and ipv6 addresses when available and transparently use whichever is more performant. -- Added `docker-build` and `docker-run` targets to Makefile +- Added `docker-build`, `docker-run`, `docker-clean` and `docker-save` targets + to Makefile. +- Finally fixed the very old sticky bomb chaos bug in Assault game. ### 1.7.34 (build 21823, api 8, 2024-04-26)