From 462ec5b4a3e4dd066a3c1b9f72fb9857cffe1f97 Mon Sep 17 00:00:00 2001 From: Zachary Hu <6426329+outsinre@users.noreply.github.com> Date: Tue, 11 Jul 2023 16:49:28 +0800 Subject: [PATCH] docs(*): format 3.3.1 release changelog entries (#11196) --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aca2f87369af..38087ad05060 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Table of Contents +- [3.3.1](#331) - [3.3.0](#330) - [3.2.0](#320) - [3.1.0](#310) @@ -7,10 +8,14 @@ - [3.0.0](#300) - [Previous releases](#previous-releases) -## Unreleased +## Unreleased 3.3 + +## 3.3.1 ### Fixes +#### Core + - Fixed a bug that causes `POST /config?flatten_errors=1` to throw an exception and return a 500 error under certain circumstances. [#10896](https://github.com/Kong/kong/pull/10896)