aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2b2ee62e..c08e42ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -121,7 +121,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
121### Security 121### Security
122- Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation 122- Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation
123 123
124
125## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20 124## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20
126### Changed 125### Changed
127- Build the Docker images from the local Git sources 126- Build the Docker images from the local Git sources
@@ -341,6 +340,22 @@ Theming:
341### Security 340### Security
342- Markdown plugin: escape HTML entities by default 341- Markdown plugin: escape HTML entities by default
343 342
343## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04
344### Security
345- Markdown plugin: escape HTML entities by default
346
347
348## [v0.8.3](https://github.com/shaarli/Shaarli/releases/tag/v0.8.3) - 2017-01-20
349
350### Fixed
351
352- PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template.
353
354## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15
355
356### Fixed
357
358- Editing a link created before the new ID system would change its permalink.
344 359
345## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20 360## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20
346### Changed 361### Changed