From 1c44c4d19d3891f40f4124b6588b9251a25ea2e0 Mon Sep 17 00:00:00 2001 From: Stelios Voutsinas Date: Fri, 28 Jun 2024 20:03:53 -0700 Subject: [PATCH] Added changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a296fd..fc4b3f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ Find changes for the upcoming release in the project's [changelog.d](https://git - Change result handling, to use a redirect servlet. Addresses issue with async failing due to auth header propagation with clients like pyvo, topcat +### Fixed + +- Fixed Capabilities handling. Use new CapGetAction & CapInitAction, modified by getting pathPrefix from ENV property ## 1.17.3 (2024-06-18)