diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-01-08 21:32:31 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2022-01-08 21:32:31 +0100 |
commit | 0d3a8c8bab2fad592e192169a83e286d0d2ab692 (patch) | |
tree | a46998a30118859722d30f1985581a17501f930a /CHANGELOG.md | |
parent | 467e75f9586e8a5451ee8bdea435a9c1891bd555 (diff) | |
download | feed2imap-go-0d3a8c8bab2fad592e192169a83e286d0d2ab692.tar.gz feed2imap-go-0d3a8c8bab2fad592e192169a83e286d0d2ab692.tar.bz2 feed2imap-go-0d3a8c8bab2fad592e192169a83e286d0d2ab692.zip |
Mention fix of 180aa45d40 in Changelog.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
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 |