diff options
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a4f143..f0ba390c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -218,6 +218,22 @@ Theming: | |||
218 | ### Security | 218 | ### Security |
219 | - Markdown plugin: escape HTML entities by default | 219 | - Markdown plugin: escape HTML entities by default |
220 | 220 | ||
221 | ## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04 | ||
222 | ### Security | ||
223 | - Markdown plugin: escape HTML entities by default | ||
224 | |||
225 | |||
226 | ## [v0.8.3](https://github.com/shaarli/Shaarli/releases/tag/v0.8.3) - 2017-01-20 | ||
227 | |||
228 | ### Fixed | ||
229 | |||
230 | - PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template. | ||
231 | |||
232 | ## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15 | ||
233 | |||
234 | ### Fixed | ||
235 | |||
236 | - Editing a link created before the new ID system would change its permalink. | ||
221 | 237 | ||
222 | ## [v0.8.5](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-01-04 | 238 | ## [v0.8.5](https://github.com/shaarli/Shaarli/releases/tag/v0.8.5) - 2018-01-04 |
223 | **XSS vulnerability fixed. Please update.** | 239 | **XSS vulnerability fixed. Please update.** |