aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-08 21:32:31 +0100
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-01-08 21:32:31 +0100
commit0d3a8c8bab2fad592e192169a83e286d0d2ab692 (patch)
treea46998a30118859722d30f1985581a17501f930a
parent467e75f9586e8a5451ee8bdea435a9c1891bd555 (diff)
downloadfeed2imap-go-0d3a8c8bab2fad592e192169a83e286d0d2ab692.tar.gz
feed2imap-go-0d3a8c8bab2fad592e192169a83e286d0d2ab692.tar.bz2
feed2imap-go-0d3a8c8bab2fad592e192169a83e286d0d2ab692.zip
Mention fix of 180aa45d40 in Changelog.
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53fc5d5..8e81259 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- [Issue #67](https://github.com/Necoro/feed2imap-go/issues/67): Support for fetching the linked article/website instead of using the body in the feed (configuration: `body: fetch`). This is especially useful when the feed only supplies links/teaser and not the full content.
+### Fixed
+- Panic on setting `body` on feed-level.
## [1.4.0] - 2021-12-21
### Added