From b15a76073a1dcea3e118a826d6192e3db4e11903 Mon Sep 17 00:00:00 2001 From: Chrono Date: Sat, 27 May 2023 01:03:23 +0800 Subject: [PATCH] docs(changelog): move #10656 to fixes section (#10950) --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d29d6dd9a4..5b492645521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,9 +27,6 @@ `max_retry_delay` must now be `number`s greater than 0.001 (seconds). [#10840](https://github.com/Kong/kong/pull/10840) -- **Response Transformer**: fix an issue that plugin does not transform the response body while upstream returns a Content-Type with +json suffix at subtype. - [#10656](https://github.com/Kong/kong/pull/10656) - ### Additions @@ -65,6 +62,8 @@ #### Plugins +- **Response Transformer**: fix an issue that plugin does not transform the response body while upstream returns a Content-Type with +json suffix at subtype. + [#10656](https://github.com/Kong/kong/pull/10656) - **grpc-gateway**: Fixed an issue that empty (all default value) messages can not be unframed correctly. [#10836](https://github.com/Kong/kong/pull/10836) - **ACME**: Fixed sanity test can't work with "kong" storage in Hybrid mode