From 817913601bc7484177e49dc3a4fd71bf09a8f619 Mon Sep 17 00:00:00 2001 From: Travis Ralston <travpc@gmail.com> Date: Sun, 11 Jun 2023 00:41:50 -0600 Subject: [PATCH] Fix facts in changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34f79b63..00f06de2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -95,7 +95,6 @@ path/server, for example, then you can simply update the path in the config for * Datastores no longer use the `enabled` flag set on them. Use `forKinds: []` instead. * Some admin endpoints for purging media, quarantining media, and background task information now require additional path components. See [docs/admin.md](./docs/admin.md) for more information. * Per-user upload quotas now do not allow users to exceed the maximum values, even by 1 byte. Previously, users could exceed the limits by a little bit. -* All uploads are now async (using MSC2246) internally. This should not have user-facing impact. * Updated to Go 1.19 ## [1.2.13] - February 12, 2023 -- GitLab