diff options
author | 2022-11-06 10:53:15 +0000 | |
---|---|---|
committer | 2024-01-30 21:38:26 +0000 | |
commit | 1bb009230f6034efc1610b4d24b84396af3ac729 (patch) | |
tree | bfb8800e687921594de4b510e626c79fedab87e7 | |
parent | Add lock utils (diff) |
Changelog new lock utils
-rw-r--r-- | docs/changelog.rst | 1 |
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. |