From c129cafc3aa20244580b354b7fe9df10ca552255 Mon Sep 17 00:00:00 2001 From: Jason Cameron Date: Thu, 14 May 2026 01:20:38 -0400 Subject: [PATCH] docs: update changelog for server URL state Signed-off-by: Jason Cameron --- docs/docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/CHANGELOG.md b/docs/docs/CHANGELOG.md index ba4bec51..8d213707 100644 --- a/docs/docs/CHANGELOG.md +++ b/docs/docs/CHANGELOG.md @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix a bug in the dataset poisoning maze that could allow denial of service [#1580](https://github.com/TecharoHQ/anubis/issues/1580). - Add config option to add ASN to logs/metrics. - Log weight when issuing challenge +- Keep Anubis server URL state local to each `lib.Server` instance to make embedded use safer. ## v1.25.0: Necron