Skip to content

Commit 226b303

Browse files
committed
Release v6.1.0
- Add logic to set the node's link from the <guid> element when isPermaLink="true" and no link is present. (#12) - Do no longer default to 1800-01-01 as date for fetching feeds (#15) - Don't set if-modified-since header when discover feeds (#19) - Analysis of relative links for the Atom feed (#10) - Implicit null deprecations fixed (#17)
1 parent 26accbe commit 226b303

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
### Fixed
13+
14+
## [v6.1.0] - 2025-08-13
1015
### Changed
1116
- Add logic to set the node's link from the <guid> element when isPermaLink="true" and no link is present. (#12)
1217
- Do no longer default to 1800-01-01 as date for fetching feeds (#15)
13-
- don't set if-modified-since header when discover feeds (#19)
18+
- Don't set if-modified-since header when discover feeds (#19)
1419

1520
### Fixed
1621
- Analysis of relative links for the Atom feed (#10)
22+
- Implicit null deprecations fixed (#17)

0 commit comments

Comments
 (0)