From fccbd89b421bc3b620bde077dd5c2ad450782ffb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Garci=CC=81a=20Cota?= Date: Sat, 20 Aug 2022 00:40:19 +0200 Subject: [PATCH] Revert "docs(changelog) delete reverted #8179" This reverts commit 4ee96292de57a6ce1eb6b5f55a6502426f47d98d. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98fd2b872a1b..3cb354ca2c7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -149,6 +149,8 @@ [#8798](https://github.com/Kong/kong/pull/8798). If you have scripts that use `POST` requests to modify target entities, you should change them to `PUT` requests to the appropriate endpoints before updating to Kong 3.0. +- Insert and update operations on duplicated target entities returns 409. + [#8179](https://github.com/Kong/kong/pull/8179) - The list of reported plugins available on the server now returns a table of metadata per plugin instead of a boolean `true`. [#8810](https://github.com/Kong/kong/pull/8810)