diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-10-19 11:05:20 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-10-20 11:42:01 +0200 |
commit | fbc28ff1c892460e90e87a1be6dd3e28a4cd58b8 (patch) | |
tree | a5df9c5e3799b43a42308c28fdd724e4d5287061 /CHANGELOG.md | |
parent | ceeb8fbeb89f69e41791ae192d073d6afea00f4b (diff) | |
download | Shaarli-fbc28ff1c892460e90e87a1be6dd3e28a4cd58b8.tar.gz Shaarli-fbc28ff1c892460e90e87a1be6dd3e28a4cd58b8.tar.zst Shaarli-fbc28ff1c892460e90e87a1be6dd3e28a4cd58b8.zip |
Fix hashtags links in Feeds
Make the hashtag link absolute in feeds to work properly in RSS syndication tools.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 60af7223..72914076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). | |||
25 | - Plugins: | 25 | - Plugins: |
26 | - Tools: only display parameter description when it exists | 26 | - Tools: only display parameter description when it exists |
27 | - archive.org: do not propose archival of private notes | 27 | - archive.org: do not propose archival of private notes |
28 | - Use absolute URL for hashtags in RSS and ATOM feeds | ||
28 | 29 | ||
29 | ### Security | 30 | ### Security |
30 | - Allow whitelisting trusted IPs, else continue banning clients upon login failure | 31 | - Allow whitelisting trusted IPs, else continue banning clients upon login failure |