aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 120c5d22..511a6bce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -170,6 +170,22 @@ Theming:
170### Security 170### Security
171- Markdown plugin: escape HTML entities by default 171- Markdown plugin: escape HTML entities by default
172 172
173## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04
174### Security
175- Markdown plugin: escape HTML entities by default
176
177
178## [v0.8.3](https://github.com/shaarli/Shaarli/releases/tag/v0.8.3) - 2017-01-20
179
180### Fixed
181
182- PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template.
183
184## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15
185
186### Fixed
187
188- Editing a link created before the new ID system would change its permalink.
173 189
174## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04 190## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04
175### Security 191### Security