diff options
| author | 2025-11-09 23:24:46 +0000 | |
|---|---|---|
| committer | 2025-11-09 23:24:46 +0000 | |
| commit | f39239873d512d395a202ce2c847d93e432027a4 (patch) | |
| tree | f77600e9c5ee7d5f2832f80245df1b9f831c5c45 | |
| parent | Support commands that come from pydis_core (diff) | |
Add changelog entry for SourceCode functionality
| -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 56355dfc..96402c4d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,6 +7,7 @@ Changelog .. XXX: CHANGE DATE BEFORE RELEASE - :release:`12.0.0 <9th November 2025>` +- :feature:`310` Provide a pre-built :obj:`pydis_core.exts.source.SourceCode` cog for providing links to command implementations. - :support:`309` Dependency bumps on all dependencies - :support:`309` Migrate build system from Poetry to uv - :support:`309` Explicit support for Python 3.13 and 3.14 |