Skip to content
Snippets Groups Projects
Commit 81791360 authored by Travis Ralston's avatar Travis Ralston
Browse files

Fix facts in changelog

parent f20bd9aa
No related branches found
No related tags found
No related merge requests found
...@@ -95,7 +95,6 @@ path/server, for example, then you can simply update the path in the config for ...@@ -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. * 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. * 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. * 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 * Updated to Go 1.19
## [1.2.13] - February 12, 2023 ## [1.2.13] - February 12, 2023
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment