From 344ae4399e45e11a75ed291b1704e21eaf52fd46 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 9 Oct 2021 10:07:18 +0200 Subject: [PATCH] Update changelog. --- changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ffb5e9bb57..63b1da876d 100644 --- a/changelog.md +++ b/changelog.md @@ -6,7 +6,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Added - `/health` will return `200 OK` if Firefly III is up and running, thanks @ajgon! - +- [Issue 5133](https://github.com/firefly-iii/firefly-iii/issues/5133) First version of the LDAP filter is up. +- Option to log via Papertrail +- ### Deprecated - PHP 7.4 will probably not work on any page. @@ -34,6 +36,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Security - Fixed several low-key CSRF vulnerabilities. +- Fixed an issue where you could spam the password reset form. ### API - Deprecated the "currencies with code"-endpoint (see the [API documentation](https://api-docs.firefly-iii.org/#/autocomplete/getCurrenciesCodeAC)).