From 7473e94e14a40f50172d4cdd7b11e09cc6d1b560 Mon Sep 17 00:00:00 2001 From: jcoupey Date: Thu, 7 Nov 2024 11:34:21 +0100 Subject: [PATCH] Reduce code duplication in routing wrappers. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16481e666..d50867dd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - Reduce complexity for recreation process (#1155) - Refactor `SolutionIndicators` (#1169) - Remove amount consistency checks in `parse` in favor of upstream checks in `Input` (#1086) +- Reduce code duplication in routing wrappers (#1184) #### CI