diff --git a/changelog.md b/changelog.md index 477559483..b1854aac7 100644 --- a/changelog.md +++ b/changelog.md @@ -12,6 +12,7 @@ Please append a line to the changelog for each change made. - Extract Azure function ProcessQueue, into UploadQueue and CreateConcepts. Moving the upload to be standalone, and creating concepts and reusing them to when the user sets the Person ID and Date Event per table. - Updated the CSV export function - reordered the columns and added new columns (class, concept, validity and vocabulary). - Update the Azure functions to use Python 3.11 +- Add `django-revproxy` to reverse proxy the Next.js frontend. ### Bugfixes - Bug fixed in `find_existing_scan_report_concepts()` which was causing some `SRConcepts` to be processed multiple times. This didn't cause any issues, but was misleading and wasteful. - Fixed hardcoded `content_type` id used in the backend, client, and workers.