From 37775e1754044330ec4b74054f2b4584b64e9d8e Mon Sep 17 00:00:00 2001 From: Brian Deitte Date: Sun, 31 Oct 2021 11:32:30 -0500 Subject: [PATCH] Update changelog --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 5cd2484..1e721bc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,10 @@ CHANGELOG ========= +## 9.0.0 (2021-10-31) +* @cesarfd Add TCP reconnections, similar to how it's done for UDS. Enabled by default and configurable through tcpGracefulErrorHandling/tcpGracefulRestartRateLimit. +* @sambostock Document explicit prefix/suffix separators + ## 8.5.2 (2021-9-26) * @amc6 TypeScript: add missing decrement overload type