From 07ce5f05a2716a2239f0e35eb3b76b1725395caf Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 29 May 2023 09:02:59 +0200 Subject: [PATCH] Add missing entry to v3.6.0 changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebc43101..bd4c68b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this * Versions with `-openswoole` suffix (like `3.6.0-openswoole`) will always use openswoole as the runtime, even if default one changes in the future. ### Deprecated -* *Nothing* +* Deprecated `ENABLE_PERIODIC_VISIT_LOCATE` env var. Use an external mechanism to automate visit locations. ### Removed * *Nothing*