diff --git a/changelog/3.5.0/3.5.0.md b/changelog/3.5.0/3.5.0.md index 53c281a5543c..68bb4804d2d0 100644 --- a/changelog/3.5.0/3.5.0.md +++ b/changelog/3.5.0/3.5.0.md @@ -135,6 +135,11 @@ ### Fixes +#### Configuration + +- The default value of `dns_no_sync` option has been changed to `on` + [#11871](https://github.com/Kong/kong/issues/11871) + #### Core - Fix an issue that the TTL of the key-auth plugin didnt work in DB-less and Hybrid mode. diff --git a/changelog/unreleased/kong/fix_dns_enable_dns_no_sync.yml b/changelog/3.5.0/kong/fix_dns_enable_dns_no_sync.yml similarity index 100% rename from changelog/unreleased/kong/fix_dns_enable_dns_no_sync.yml rename to changelog/3.5.0/kong/fix_dns_enable_dns_no_sync.yml