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