diff --git a/docs/changelog.rst b/docs/changelog.rst index dc848248..7f0ff234 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -200,6 +200,14 @@ Core Library * `#612 `_: fix various errors introduced by stream refactoring. +* `#615 `_: when routing fails to + deliver a message for some reason other than the sender cannot or should not + reach the recipient, and no reply-to address is present on the message, + instead send a dead message to the original recipient. This ensures a + descriptive messages is delivered to a thread sleeping on the reply to a + function call, where the reply might be dropped due to exceeding the maximum + configured message size. + * `a5536c35 `_: avoid quadratic buffer management when logging lines received from a child's redirected standard IO.