Skip to content

Commit 85a28e1

Browse files
committed
Fix indentation
1 parent b76187c commit 85a28e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ BugFixes
1515
- Add a private ``_data`` attribute to all data classes.
1616
This is the json as the API returns it. It makes ``json=True`` parameters in
1717
requests easy to handle.
18-
- Only cache complete clan results - ie. `search_clans` only returned a :class:`BasicClan`,
18+
- Only cache complete clan results - ie. ``Client.search_clans`` only returned a :class:`BasicClan`,
1919
so in order to add some cache consistency, cached clans now only contain :class:`SearchClan`.
2020

2121
Important
22-
----------
22+
~~~~~~~~~~
2323
- New Class - :class:`.LeagueWarLogEntry` is similar to :class:`WarLog`, however it has it's own
2424
set of attributes to ensure it is easier to use and know which ones are present and not.
2525
- This new class is utilised in ``Client.get_warlog``, which returns a ``list`` of both
2626
``LeagueWarLogEntry`` and ``WarLog``, depending on the war.
2727

2828
Documentation
29-
--------------
29+
~~~~~~~~~~~~~~
3030
- Utilise `sphinx_rtd_theme` for the RTD page
3131
- Add this changelog
3232
- Continue to fix typos and little errors as they are found.

0 commit comments

Comments
 (0)