From 9d7789f81e30c445d83cea517a7a249d920de6d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Mon, 4 May 2026 07:31:59 +0100 Subject: [PATCH] docs: Update changelog - drop unreleased header for 4.3.0 Add new API for single-call flag evaluation in flags. --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4874e6e..1181ad0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ * [Full Changelog](https://github.com/PostHog/posthog-php/compare/4.2.4...4.3.0) -## Unreleased - * feat(flags): Add `evaluateFlags()` API for single-call flag evaluation. Returns a `FeatureFlagEvaluations` snapshot you can read repeatedly without further `/flags` requests; pass it to `capture()` via the new `flags` key to attach `$feature/` and `$active_feature_flags`