diff --git a/changelog.md b/changelog.md index c285808a50..757ebdb9be 100644 --- a/changelog.md +++ b/changelog.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - [Add status code response binding support for the HTTP client](https://github.com/ballerina-platform/ballerina-library/issues/6100) - [Add response binding support for types union with `http:Response`](https://github.com/ballerina-platform/ballerina-library/issues/6416) +- [Supporting X25519Kyber768 key encapsulation for TLS 1.3](https://github.com/ballerina-platform/ballerina-library/issues/6200) ### Fixed @@ -41,12 +42,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Fixed - [Fix connection getting closed by stale eviction task after it has been closed by the server](https://github.com/ballerina-platform/ballerina-library/issues/6050) -## Unreleased - -### Added - -- [Supporting X25519Kyber768 key encapsulation for TLS 1.3](https://github.com/ballerina-platform/ballerina-library/issues/6200) - ## [2.10.6] - 2024-02-01 ### Added