Skip to content

Commit 49374cf

Browse files
committed
Fix markup mistake in whatsnew
1 parent 9f7dbb7 commit 49374cf

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/whatsnew.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Version 2.6.0
88

99
My username has changed. This version fixes package metadata associated with this as well as bringing the following (long-overdue) changes:
1010

11-
- The `jsk sql` command, which will try to identify SQL adapters on your bot and provide an interface for using them.
12-
- `python -m jishaku` will now attempt to copy the automatically generated bot prefix to your clipboard if the appropriate libraries are installed.
13-
- Support for translations in `jsk sync`
14-
- `jsk cancel` now uses Discord markdown timestamps to indicate when tasks were started.
15-
- `jsk specialist` works like `specialist <https://pypi.org/project/specialist/>`_ by executing Python code and reporting areas in which Python 3.11+ optimizations apply.
16-
- The version of `import_expression` used has been bumped, making inline imports possible again on new Python versions.
17-
- Some fixes to how `jsk sh` and similar commands work to make them function better on UNIX systems.
11+
- The ``jsk sql`` command, which will try to identify SQL adapters on your bot and provide an interface for using them.
12+
- ``python -m jishaku`` will now attempt to copy the automatically generated bot prefix to your clipboard if the appropriate libraries are installed.
13+
- Support for translations in ``jsk sync``
14+
- ``jsk cancel`` now uses Discord markdown timestamps to indicate when tasks were started.
15+
- ``jsk specialist`` works like `specialist <https://pypi.org/project/specialist/>`_ by executing Python code and reporting areas in which Python 3.11+ optimizations apply.
16+
- The version of ``import_expression`` used has been bumped, making inline imports possible again on new Python versions.
17+
- Some fixes to how ``jsk sh`` and similar commands work to make them function better on UNIX systems.
1818

1919
Because it has been such a long time since the last formal release, a lot of these improvements have not received much field testing and may contain regressions. Please report any issues you find.
2020

0 commit comments

Comments
 (0)