File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,18 @@ BugFixes
1515- Add a private ``_data `` attribute to all data classes.
1616This is the json as the API returns it. It makes ``json=True `` parameters in
1717requests 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 `,
1919so in order to add some cache consistency, cached clans now only contain :class: `SearchClan `.
2020
2121Important
22- ----------
22+ ~~~~~~~~~~
2323- New Class - :class: `.LeagueWarLogEntry ` is similar to :class: `WarLog `, however it has it's own
2424set 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
2828Documentation
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.
You can’t perform that action at this time.
0 commit comments