diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-08-22 22:30:16 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-08-22 22:30:16 +0200 |
commit | 9735e2ce53fb10b7cd943ef0e91e94638956561f (patch) | |
tree | 8f055d320b0b5645368ba1eee510d01d046a7f49 | |
parent | 18590b218af3b70dcc751f4e4f9e85360ad1ba5f (diff) | |
download | feed2imap-go-9735e2ce53fb10b7cd943ef0e91e94638956561f.tar.gz feed2imap-go-9735e2ce53fb10b7cd943ef0e91e94638956561f.tar.bz2 feed2imap-go-9735e2ce53fb10b7cd943ef0e91e94638956561f.zip |
#24: Update Changelog
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e92124..e1fdd27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 When set to `false`, a missing `target` is identical to specifying `null` or `""` for the target. When set to `true` (the default), the standard behavior of falling back onto the name is used. +### Fixed +- [Issue #24](https://github.com/Necoro/feed2imap-go/issues/24): Patched gofeed to support atom tags in RSS feeds + ## [0.4.1] - 2020-06-20 ### Fixed - Fix a bug, where cached items get deleted when a feed runs dry. |