Skip to content

Commit fdea0de

Browse files
committed
Fix some changelog markdown formatting
1 parent 4e72916 commit fdea0de

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Unreleased
1515

1616
- Update vendored schemas: azure-pipelines, github-workflows, gitlab-ci,
1717
mergify, renovate (2024-10-06)
18-
- Fix the renovate hook to allow for `.renovaterc.json5` as well. Thanks
18+
- Fix the renovate hook to allow for ``.renovaterc.json5`` as well. Thanks
1919
:user:`tpansino`! (:pr:`491`)
2020
- Add Mergify schema and pre-commit hook. Thanks :user:`hofbi` and :user:`jd`
2121
for the issue and feedback! (:issue:`487`)
@@ -41,7 +41,7 @@ Unreleased
4141
- Fix a bug which could result in local file URI resolution failing on
4242
non-Windows platforms in certain cases. Thanks :user:`bukzor`! (:pr:`465`)
4343
- Fix caching behaviors to ensure that caches are correctly preserved across
44-
instancefiles during `--schemafile` evaluation. This also fixes a bug in the
44+
instancefiles during ``--schemafile`` evaluation. This also fixes a bug in the
4545
remote ``$ref`` cache.
4646
Thanks :user:`alex1701c` for reporting! (:issue:`463`, :pr:`466`)
4747

@@ -105,16 +105,16 @@ Unreleased
105105

106106
- Update vendored schemas: cloudbuild, dependabot, gitlab-ci, readthedocs,
107107
renovate (2024-02-06)
108-
- Include built-in, efficient implementations of `date-time` format validation
109-
(RFC 3339) and `time` format validation (ISO 8601). This makes the `date-time`
110-
and `time` formats always available for validation. (:issue:`378`)
111-
- Support the use of `orjson` for faster JSON parsing when it is installed.
108+
- Include built-in, efficient implementations of ``date-time`` format validation
109+
(RFC 3339) and ``time`` format validation (ISO 8601). This makes the ``date-time``
110+
and ``time`` formats always available for validation. (:issue:`378`)
111+
- Support the use of ``orjson`` for faster JSON parsing when it is installed.
112112
This makes it an optional parser which is preferred over the default
113-
`json` module when it is available.
113+
``json`` module when it is available.
114114
- TOML parsing is now always available (rather than an optional parser).
115-
This change adds a dependency on `tomli` on older Python versions, ensuring
115+
This change adds a dependency on ``tomli`` on older Python versions, ensuring
116116
that TOML formatted data is always supported. Users should no longer need
117-
to install `tomli` manually in order to use TOML files.
117+
to install ``tomli`` manually in order to use TOML files.
118118

119119
0.27.4
120120
------
@@ -140,7 +140,7 @@ Unreleased
140140
- Add official support for Python 3.12
141141
- Add Google Cloud Build schema and pre-commit hook. Thanks :user:`nikolaik`!
142142
(:pr:`339`)
143-
- Fix a bug in the custom `github-workflows-require-timeout` schema which forbade
143+
- Fix a bug in the custom ``github-workflows-require-timeout`` schema which forbade
144144
the use of GitHub expression syntax for the timeout value. (:issue:`354`)
145145

146146
0.27.1
@@ -206,12 +206,12 @@ Unreleased
206206
- Update vendored schemas: github-actions, gitlab-ci, readthedocs, renovate,
207207
travis (2023-08-08)
208208
- Remove support for python3.7
209-
- The minimum supported version of the `jsonschema` library is now `4.18.0`,
210-
which introduces new `$ref` resolution behavior and fixes. That behavior is
209+
- The minimum supported version of the ``jsonschema`` library is now ``4.18.0``,
210+
which introduces new ``$ref`` resolution behavior and fixes. That behavior is
211211
used in all cases, which should result in faster evaluation especially on
212212
large schemas.
213-
- `$ref` usage may now refer to YAML, TOML, or JSON5 files, or any other
214-
non-JSON format supported by `check-jsonschema`. The file type is inferred
213+
- ``$ref`` usage may now refer to YAML, TOML, or JSON5 files, or any other
214+
non-JSON format supported by ``check-jsonschema``. The file type is inferred
215215
only from the file extension in these cases and defaults to JSON if there is
216216
no recognizable extension.
217217
- Remote schemafiles (http/s) now support YAML, TOML, and JSON5 formats, if the
@@ -269,7 +269,7 @@ Unreleased
269269
The metaschema's schema dialect is chosen correctly now, and metaschema
270270
formats are now checked by default. This can be disabled with
271271
``--disable-format``.
272-
- Fix the resolution of `$schema` dialect to format checker classes
272+
- Fix the resolution of ``$schema`` dialect to format checker classes
273273
- Fix package dependency lower bounds, including setting ``jsonschema>=4.5.1``
274274
- Output colorization can now be controlled with
275275
``--color [never|always|auto]``. Thanks :user:`WillDaSilva`!
@@ -351,7 +351,7 @@ Unreleased
351351

352352
- Update vendored schemas: renovate (2022-07-13)
353353
- Update check-github-worfklows match rule to exclude subdirectories of the
354-
`.github/workflows/` directory. (:issue:`113`)
354+
``.github/workflows/`` directory. (:issue:`113`)
355355

356356
0.17.0
357357
------

0 commit comments

Comments
 (0)