aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-11-27 17:15:08 +0000
committerGravatar Chris Lovering <[email protected]>2023-11-27 17:46:03 +0000
commit061553052db79de24f1d3b84d927e35438a3fa33 (patch)
treeef84fc17f04f02d7555b7dd1caaec0fb225495df /docs
parentBump dev deps to latest (diff)
Mark lib deps using tilda version specifiers
This allows users of the lib to use newer versions of these libraries without us having to cut a new release
Diffstat (limited to 'docs')
-rw-r--r--docs/changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 170be5d9..c81d5e10 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -4,6 +4,8 @@
Changelog
=========
+- :support:`197` Mark dependencies using tilde version specifiers. This is to allow user of pydis core to use newer versions of these libraries without us having to cut a new release.
+
- :release:`10.4.0 <26th October 2023>`
- :support:`196` Bump aiodns to :literal-url:`3.1.1 <https://github.com/saghul/aiodns/releases/tag/v3.1.1>`.
- :support:`196` Bump many development dependencies.