1
0
mirror of https://github.com/crawler-commons/crawler-commons synced 2024-09-20 08:42:15 +02:00

removed duplicate entry

This commit is contained in:
Julien Nioche 2020-06-16 14:41:37 +01:00 committed by GitHub
parent ed0933f2b3
commit d4d8d6531c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,6 @@
Crawler-Commons Change Log
Current Development 1.1-SNAPSHOT (yyyy-mm-dd)
- [Sitemaps] Adding asMap to ExtensionMetadata Interface (evanhalley) #288
- [Robots] Upgrade the toString() method of the Base/Simple RobotRules (Avi Hayun) #264
- Upgrade GitIgnore (Avi Hayun) #260
- [Robots] Deduplicate sitemap links (sebastian-nagel) #261
@ -14,8 +13,8 @@ Current Development 1.1-SNAPSHOT (yyyy-mm-dd)
- EffectiveTldFinder to validate returned domain names for length restrictions (sebastian-nagel, Avi Hayun) #251
- Upgrade unit tests to use JUnit v5.x and parameterized tests (Avi Hayun) #249, #253, #255
- [Robots] Robots parser to always handle absolute sitemap URL even without valid base URL (pr3mar, kkrugler, sebastian-nagel) #240
- Adding asMap() to ExtensionMetadata Interface #288
- NewsAttribute.equals() compares the instance variable PublicationDate with itself. #289
- [Sitemaps] Adding asMap to ExtensionMetadata Interface (evanhalley) #288
- [Sitemaps] NewsAttribute.equals() compares the instance variable PublicationDate with itself (evanhalley) #289
Release 1.0 (2019-03-19)
- [Sitemaps] Unit tests depend on system timezone (kkrugler, sebastian-nagel) #238