From 394d4ddcbf2993c773d310abb65f09073b19fbb1 Mon Sep 17 00:00:00 2001 From: Qi Date: Thu, 17 Mar 2022 15:22:48 +0800 Subject: [PATCH 1/2] docs(CHANGELOG.md) add content about #8483 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0da893bf875e..0830c4227710 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,13 @@ - Bumped resty.openssl from 0.8.5 to 0.8.6 [#8545](https://github.com/Kong/kong/pull/8545) +### Fixes + +#### Core + +- The schema validator now correctly +converts `null` from declarative configurations to `nil` +[#8483](https://github.com/Kong/kong/pull/8483) . ## [2.8.0] From 386c05a4374b2210012c6654ade4136f68616a5a Mon Sep 17 00:00:00 2001 From: Qi Date: Thu, 17 Mar 2022 15:43:41 +0800 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Mayo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0830c4227710..b8bc3be32254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,7 +79,7 @@ - The schema validator now correctly converts `null` from declarative configurations to `nil` -[#8483](https://github.com/Kong/kong/pull/8483) . +[#8483](https://github.com/Kong/kong/pull/8483). ## [2.8.0]