From 037dd8278bc092f2a7979264256d775df6d29690 Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Fri, 31 Jan 2025 12:30:08 +0000 Subject: [PATCH] #3029 - update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 315579d5..c91bf4f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed action space options which were previously used for assigning meaning to action space IDs - Updated tests that don't use YAMLs to still use the new action and agent schemas +### Fixed +- DNS client no longer fails to check its cache if a DNS server address is missing. +- DNS client now correctly inherits the node's DNS address configuration setting. + + ## [3.3.0] - 2024-09-04 ### Added