Skip to content

Commit 31a860d

Browse files
committed
Use single backticks for code literals in Markdown changelog
1 parent 1bc85a5 commit 31a860d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030
- Fixed parsing of empty series document.
3131

32-
- Changed type of ``Series`` fields ``alternative_names``,
33-
``country_codes`` from ``set[str]`` to ``list[str]``.
32+
- Changed type of `Series` fields `alternative_names`,
33+
`country_codes` from `set[str]` to `list[str]`.
3434

3535
- Fixed serialization of party location's latitude and longitude.
3636

@@ -54,7 +54,7 @@
5454

5555
## 0.7.0 (2024-07-01)
5656

57-
- Added optional ``country_codes`` property to ``Series``.
57+
- Added optional `country_codes` property to `Series`.
5858

5959

6060
## 0.6.0 (2024-06-30)
@@ -64,18 +64,18 @@
6464

6565
## 0.5.0 (2024-06-30)
6666

67-
- Removed support to load website URL from ``links.website``. From now
68-
on, it is expected only in ``links.website.url``.
67+
- Removed support to load website URL from `links.website`. From now
68+
on, it is expected only in `links.website.url`.
6969

7070

7171
## 0.4.0 (2024-06-30)
7272

73-
- Generalized name of model ``Website`` to ``Resource``.
73+
- Generalized name of model `Website` to `Resource`.
7474

7575

7676
## 0.3.0 (2024-05-16)
7777

78-
- Added optional ``attendees`` property to ``Party``.
78+
- Added optional `attendees` property to `Party`.
7979

8080
- Added support for Python 3.12.
8181

0 commit comments

Comments
 (0)