summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8957.feature1
-rw-r--r--changelog.d/9385.feature1
-rw-r--r--changelog.d/9432.misc1
3 files changed, 3 insertions, 0 deletions
diff --git a/changelog.d/8957.feature b/changelog.d/8957.feature
new file mode 100644

index 0000000000..fa8961f840 --- /dev/null +++ b/changelog.d/8957.feature
@@ -0,0 +1 @@ +Add rate limiters to cross-user key sharing requests. diff --git a/changelog.d/9385.feature b/changelog.d/9385.feature new file mode 100644
index 0000000000..cbe3922de8 --- /dev/null +++ b/changelog.d/9385.feature
@@ -0,0 +1 @@ + Add a configuration option, `user_directory.prefer_local_users`, which when enabled will make it more likely for users on the same server as you to appear above other users. \ No newline at end of file diff --git a/changelog.d/9432.misc b/changelog.d/9432.misc new file mode 100644
index 0000000000..1e07da2033 --- /dev/null +++ b/changelog.d/9432.misc
@@ -0,0 +1 @@ +Add documentation and type hints to `parse_duration`.