From 7b8aa133290fc0a6eb63607a46357239969c6a7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Tue, 2 Apr 2024 17:37:03 +0200 Subject: [PATCH] Add error restructure to changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf2148c..3396204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,9 @@ Line wrap the file at 100 chars. Th ## [Unreleased] +### Changed +- Change the public API of `ApplyTcpOptionsError`. So this is a breaking change. This stops + exposing the internal details of the type which allows future changes to not be breaking. ## [0.4.0] - 2024-01-02