From 4b2d1fee62d4f7bb7efbb04fcaa1812436bdc8f4 Mon Sep 17 00:00:00 2001 From: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com> Date: Thu, 20 Nov 2025 11:46:03 -0500 Subject: [PATCH] chore: update for new downstream pr --- CHANGELOG.md | 1 + docs/changelog/introduction.mdx | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d0a6fe9..a462571e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - QueueItems to use standardized columns - Improved Deduplication logic for Representation Tasks - More finegrained metrics for representation, summary, and peer card tasks +- DB constraint to follow standard naming conventions ## [2.4.2] - 2025-11-03 diff --git a/docs/changelog/introduction.mdx b/docs/changelog/introduction.mdx index 32bdad63..b9efe546 100644 --- a/docs/changelog/introduction.mdx +++ b/docs/changelog/introduction.mdx @@ -38,6 +38,7 @@ Welcome to the Honcho changelog! This section documents all notable changes to t - QueueItems to use standardized columns - Improved Deduplication logic for Representation Tasks - More finegrained metrics for representation, summary, and peer card tasks + - DB constraint to follow standard naming conventions