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