From 6b41a683f89e9d77d16c3bfae77c121bf791b55c Mon Sep 17 00:00:00 2001 From: "Jon R. Humphrey" Date: Wed, 4 Sep 2024 09:35:05 +0100 Subject: [PATCH] docs: Updated CHANGELOG revised post patch merge --- CHANGELOG.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b57c0..9031ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,6 @@ This app allows the user to explore HMLR price-paid open linked data. ## Changelog -## 1.7.7 - 2024-09 - -- (Jon) Updated search query processing and rendering to santise supplied input - for HTML output and resolve discovered XSS vulnerability in displayed results - [GH-236](https://github.com/epimorphics/hmlr-linked-data/issues/236) ## 1.7.8 - 2024-08 - (Jon) Implemented improved boilerplate metrics integration to offer analysis @@ -25,8 +20,11 @@ This app allows the user to explore HMLR price-paid open linked data. inline - (Jon) Updated the `lr_common_styles` gem to the latest 1.9.6 patch release. -## 1.7.7 - 2024-08 +## 1.7.7 - 2024-09 +- (Jon) Updated search query processing and rendering to santise supplied input + for HTML output and resolve discovered XSS vulnerability in displayed results + [GH-236](https://github.com/epimorphics/hmlr-linked-data/issues/236) - (Dan) Fixes the bug search results not displaying [232](https://github.com/epimorphics/ppd-explorer/issues/232) - (Dan) Adds page titles to donwload page and error page. Improves code dryness