From de5a8ba9e36b2b0a120110d406170aeaaff63675 Mon Sep 17 00:00:00 2001 From: TharmiganK Date: Thu, 5 Dec 2024 17:34:34 +0530 Subject: [PATCH] Update change log --- changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/changelog.md b/changelog.md index 9e2d0b3ba..9bdb4d85f 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,14 @@ This file contains all the notable changes done to the Ballerina HTTP package th The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Added +- [Add support for configuring server name to be used in the SSL SNI extension](https://github.com/ballerina-platform/ballerina-library/issues/7435) + +### Fixed +- [Fix the issue of not being able to configure only server name in the secureSocket config](https://github.com/ballerina-platform/ballerina-library/issues/7443) + ## [2.11.6] - 2024-11-26 ### Fixed