From 7e69ed143318407183350180aa013fad0fb2acc6 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Wed, 11 Oct 2023 13:52:01 +0200 Subject: [PATCH] :memo: changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 045251faa..60c251864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ Versioned according to [Semantic Versioning](http://semver.org/). ## Unreleased +Added: + + * `/workflow` endpoint that can handle `ocrd process` workflows and distribute jobs page-wise across workers, #1083, #1105, #1108, #1109 + Changed: * METS Server: Make sockets world-readable and -writable, #1098, #1099