From ccb218a86afce65704fce3040519fa58da57328a Mon Sep 17 00:00:00 2001 From: Sebastian Nagel Date: Sun, 29 Oct 2023 10:49:21 +0100 Subject: [PATCH] Update CHANGES.txt to include recent fixes and upgrades --- CHANGES.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6c91f18..d960350 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,10 @@ Crawler-Commons Change Log Current Development 1.5-SNAPSHOT (yyyy-mm-dd) - +- [Sitemaps] Google Sitemap PageMap extensions (josepowera, sebastian-nagel, Richard Zowalla, jnioche) #388, #442 +- [Domains] Installation of a gzip-compressed public suffix list from Maven cache breaks EffectiveTldFinder to address (sebastian-nagel, Richard Zowalla) #441, #443 +- Upgrade dependencies (dependabot) #437, #444 +- Upgrade Maven plugins (dependabot) #434, #438, #439 Release 1.4 (2023-07-13) - [Robots.txt] Implement Robots Exclusion Protocol (REP) IETF Draft: port unit tests (sebastian-nagel, Richard Zowalla) #245, #360