From a913ba372a87ab6a61c16f35b7159aeb0f97160d Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 23 Jun 2026 14:09:27 -0700 Subject: [PATCH] Changelog note for #2002 Refs #2792 --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3ad8e0da..739d015e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -19,6 +19,7 @@ Unreleased - Database and table pages now use the ``count_truncated`` template context value to display capped row counts as ``>N rows``. - Significant visual improvements to the table filter form UI, plus working add/remove filter buttons. (:issue:`2798`) - Improved edit row icon on table pages. (:issue:`2796`) +- Documentation covers how actors are displayed. Thanks, [Sebastian Cao](https://github.com/cycsmail). (:issue:`2002`) .. _v1_0_a34: