From de6b4de967004652aa34eceefc8c31e21596ac55 Mon Sep 17 00:00:00 2001 From: Jason Cameron Date: Sat, 6 Sep 2025 22:22:43 -0400 Subject: [PATCH] fix: update CHANGELOG to reference issue #925 for robots2policy fix --- docs/docs/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index d2acda0e..d9633866 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - Document missing environment variables in installation guide: `SLOG_LEVEL`, `COOKIE_PREFIX`, `FORCED_LANGUAGE`, and `TARGET_DISABLE_KEEPALIVE` ([#1086](https://github.com/TecharoHQ/anubis/pull/1086)) -- Fixed `robots2policy` to properly group consecutive user agents into `any:` instead of only processing the last one +- Fixed `robots2policy` to properly group consecutive user agents into `any:` instead of only processing the last one ([#925](https://github.com/TecharoHQ/anubis/pull/925))