aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-11-06 10:53:15 +0000
committerGravatar Chris Lovering <[email protected]>2024-01-30 21:38:26 +0000
commit1bb009230f6034efc1610b4d24b84396af3ac729 (patch)
treebfb8800e687921594de4b510e626c79fedab87e7
parentAdd lock utils (diff)
Changelog new lock utils
-rw-r--r--docs/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 8e751bf7..1a5afdae 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,7 @@
Changelog
=========
+- :feature:`158` Add locking utilities for controlling concurrency logic
- :support:`202` Bump various development dependencies and CI workflow action versions
- :feature:`194` Add the :obj:`pydis_core.utils.interactions.user_has_access` helper function, that returns whether the given user is in the allowed_users list, or has a role from allowed_roles.