Skip to content

Commit

Permalink
chore: update changelog.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Oct 13, 2024
1 parent bb92243 commit 10ef1b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ Changelog
| | | - 🟩 Add an additional ``raise_for_status`` argument to the default ``ClientSession``. |
| | | - 🟦 Refactor the regex retrieval for the ``Forecast.local_population`` property. |
+---------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------+
| 2.0.5 | 13 October 2024 | - 🟦 Migrate from using Python properties to raw Python attributes, this should save 50 KB in the size of the Forecast object. |
| | | - 🟦 Fix infinite loop while calling the ``__iter__`` or ``__list__`` helper implementations of the :class:`Forecast` objects. |
| 2.0.5 | 13 October 2024 | - 🟦 Migrate from using Python properties to raw Python attributes, this should save 50 KB in the size of the :class:`Forecast` object. |
| | | - 🟦 Fix infinite loop while calling the ``__iter__`` or ``__list__`` helper implementations of the forecast objects. |
| | | - 🟦 Fix no status code error checking on clients using pre-existing ``ClientSession`` objects. |
| | | - 🟦 The test workflow now also tests the example code in the README. |
| | | - 🟩 Add ``__len__`` helper implementations for the forecast classes. |
Expand Down

0 comments on commit 10ef1b4

Please sign in to comment.