From 99e2f207489c6549ff9b62d64932fd58474348dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Garci=CC=81a=20Cota?= Date: Thu, 27 Jan 2022 18:40:13 +0100 Subject: [PATCH] docs(changelog) update changelog for 2.7.1 release --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe31636f501b..a245127d4d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,6 +67,9 @@ - Reschedule resolve timer only when the previous one has finished. [#8344](https://github.com/Kong/kong/pull/8344) +- Plugins, and any entities implemented with subchemas, now can use the `transformations` + and `shorthand_fields` properties, which were previously only available for non-subschema entities. + [#8146](https://github.com/Kong/kong/pull/8146) ## [2.7.0]