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