From db27f571196331b3fe3680c243e22929dc7a9c4a Mon Sep 17 00:00:00 2001 From: dilanSachi Date: Tue, 5 Dec 2023 09:53:02 +0530 Subject: [PATCH] Update changelog.md --- changelog.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog.md b/changelog.md index cbcddffc1e..07b11afcda 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,11 @@ 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 + +### Fixed +- [Fix `IndexOutOfBoundsException` when decoding jwt header](https://github.com/ballerina-platform/ballerina-library/issues/5856) + ## [2.10.4] - 2023-11-17 ### Fixed