From 6c7c7b36813c4fc2dbaf44256befb6b333e46b26 Mon Sep 17 00:00:00 2001 From: Ivan Bodrov Date: Tue, 5 Dec 2023 20:29:56 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0947de2d6..cddb3b8c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,17 @@ ### Added +- concord-server: support @Priority annotation when binding +Jetty components +([#841](https://github.com/walmartlabs/concord/pull/841)); ### Changed -- server: BAD_REQUEST to resume process response -if process is not waiting such event -([#838](https://github.com/walmartlabs/concord/pull/838)); +- concord-server: resume process now returns BAD_REQUEST +if no event found +([#838](https://github.com/walmartlabs/concord/pull/838)). + + ## [2.4.0] - 2023-11-26