From 392e5b10b06f8347e0e637ea2fa0791a9f9a5a59 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Sat, 23 Sep 2023 11:57:54 +0200 Subject: [PATCH] Added changelog for 1.9.3 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c86e8a62a..bdb30c997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ in the importExportRateLimiting is set to always trigger. So set it to your desired value. If you haven't changed that value in the settings.json you are all set. +### Notable enhancements and fixes + +* Bugfixes + * Fix etherpad crashing with mongodb database + +* Enhancements + * Add surrealdb database support. You can find out more about this database [here](https://surrealdb.com). + * Make sqlite faster: The sqlite library has been switched to better-sqlite3. This should lead to better performance. + # 1.9.2 ### Notable enhancements and fixes