diff --git a/docs/changelog.rst b/docs/changelog.rst index 2035d5f..fd9c947 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -9,7 +9,7 @@ Changelog Added ^^^^^ -* `tomli` dependency for Python versions < 3.11, making use of `tomllib` in the standard library with 3.11+ (`#150 `_). +* ``tomli`` dependency for Python versions < 3.11, making use of ``tomllib`` in the standard library with 3.11+ (`#150 `_). * Support for ``pyi`` file extensions (and leave room for other file extensions to be added, like maybe ``ipynb``). * Support for Google-style docstrings for class ``__init__`` methods with new ``--style [sphinx|google]`` flag (`#128 `_). @@ -17,12 +17,12 @@ Fixed ^^^^^ * Include support for deleters when ignoring property decorators (`#126 _`). -* Support floats for `--fail-under` values (`#114 `_). +* Support floats for ``--fail-under`` values (`#114 `_). Removed ^^^^^^^ -* `toml` dependency for all Python versions (`#150 `_). +* ``toml`` dependency for all Python versions (`#150 `_). .. short-log