From 02c00e61a1c240656efc57ac4879474641267fb0 Mon Sep 17 00:00:00 2001 From: Lee Smet Date: Tue, 26 Mar 2024 14:49:38 +0100 Subject: [PATCH] Add route request fixes to CHANGELOG.md Signed-off-by: Lee Smet --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee410771..8879e461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 when the metric increases. - Source key garbage collection timers are properly reset on update even if the source key itself is not updated. +- Nodes now properly reply to route requests for a static route. +- A retraction is now sent as reply to a route request if the route is not known. ## [0.4.4] - 2024-03-22