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 5169a097..a8697804 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -80,7 +80,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
80### Security 80### Security
81- Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation 81- Update `.htaccess` to prevent accessing Git metadata when using a Git-based installation
82 82
83
84## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20 83## [v0.9.7](https://github.com/shaarli/Shaarli/releases/tag/v0.9.7) - 2018-06-20
85### Changed 84### Changed
86- Build the Docker images from the local Git sources 85- Build the Docker images from the local Git sources
@@ -300,6 +299,22 @@ Theming:
300### Security 299### Security
301- Markdown plugin: escape HTML entities by default 300- Markdown plugin: escape HTML entities by default
302 301
302## [v0.8.4](https://github.com/shaarli/Shaarli/releases/tag/v0.8.4) - 2017-03-04
303### Security
304- Markdown plugin: escape HTML entities by default
305
306
307## [v0.8.3](https://github.com/shaarli/Shaarli/releases/tag/v0.8.3) - 2017-01-20
308
309### Fixed
310
311- PHP 7.1 compatibility: add ConfigManager parameter to anti-bruteforce function call in login template.
312
313## [v0.8.2](https://github.com/shaarli/Shaarli/releases/tag/v0.8.2) - 2016-12-15
314
315### Fixed
316
317- Editing a link created before the new ID system would change its permalink.
303 318
304## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20 319## [v0.8.7](https://github.com/shaarli/Shaarli/releases/tag/v0.8.7) - 2018-06-20
305### Changed 320### Changed