From 05e674aa7e43848fd5fc07796b2fcc3c9c31594f Mon Sep 17 00:00:00 2001 From: FujiApple Date: Wed, 21 Aug 2024 21:23:14 +0800 Subject: [PATCH] doc: update CHANGELOG.md for #1290 and #1296 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c188188ec..dbe370855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,13 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ### Changed +- [BREAKING CHANGE] Remove `Timestamp` from all `DnsEntry` + variants ([#1296](https://github.com/fujiapple852/trippy/issues/1296)) + ### Fixed +- Reverse dns enqueued multiple times when dns-ttl expires ([#1290](https://github.com/fujiapple852/trippy/issues/1290)) + ## [0.11.0] - 2024-08-11 ### Added