From f1bb30b3aa6ed11944650a60e405d3a114869cf3 Mon Sep 17 00:00:00 2001 From: Pete Edwards Date: Tue, 13 May 2025 09:58:25 +0100 Subject: [PATCH] Add missing changelog entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f3c41609..af1568117c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ The following changes are pending, and will be applied on the next major release ## Unreleased changes +### Patch changes + +- Removed the legacy behavior in the internal `getWellKnownSolid` method so that the only place it looks for + the `.well-known/solid` resource is the server root. + ## [2.1.2](https://github.com/inrupt/solid-client-js/releases/tag/v2.1.2) - 2024-10-15 ### Internal change