From 73ad865581a7504a84a025361d843db78a511251 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 15 Jun 2024 12:56:41 +0200 Subject: [PATCH] Add changelog. --- changelog.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/changelog.md b/changelog.md index 357129db87..96461895d0 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,39 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 6.1.17 - 2024-06-16 + +### Added + +- New routine that calculates account balances, first start could take a while. + +### Removed + +- Removed auto-generated language files. + +### Fixed + +- #8907 +- #8911 +- #8929 +- #8930 +- #8951 +- #8957 +- #8958 +- #8893 +- #8954 +- #8927 +- Various issues in release train. +- There is a confirmation again before you delete data using the page in your profile + +### Security + +- Two (undisclosed) MFA bypass errors, reported by @Skelmis. Disclosure will follow in a few weeks. + +### API + +- Expand v2 chart API + ## 6.1.16 - 2024-05-20 ### Added