From 13bc62fd486ebde4c1075210fde90341ec66eb35 Mon Sep 17 00:00:00 2001 From: Alessandra Vertrees Date: Wed, 18 Dec 2024 10:08:02 -0500 Subject: [PATCH] changelog updates --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a27b3bc6..117a813a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added `/healthcheck` endpoint (DR-3304) ### Updated - +- Update `/collections` page to fetch data from Repo API and meet designs (DR-3100) +- Update `/collections/lane/:slug` page to fetch data from Repo API (DR-3701) - Refactored implementation of default featured item & updated default number of digitized items (DR-3305) - Update thumbnail logic so thumbnails are never restricted (DR-3293) - Update feedback form credentials to use official DR service account (DR-2794)