diff --git a/docs/sphinx/source/changelog/pending.rst b/docs/sphinx/source/changelog/pending.rst index 12766af0..8497d34e 100644 --- a/docs/sphinx/source/changelog/pending.rst +++ b/docs/sphinx/source/changelog/pending.rst @@ -19,3 +19,8 @@ Requirements ------------ * Updated tornado==6.4.2 in ``notebook_requirements.txt`` (:pull:`438`) + +Tests +----- +* Add tests for pvlib clearsky fiter in analysis chain (:pull:`441`) + diff --git a/docs/sphinx/source/changelog/v3.0.0-beta.0.rst b/docs/sphinx/source/changelog/v3.0.0-beta.0.rst index 966ba44e..f8000382 100644 --- a/docs/sphinx/source/changelog/v3.0.0-beta.0.rst +++ b/docs/sphinx/source/changelog/v3.0.0-beta.0.rst @@ -36,7 +36,6 @@ Tests ----- * Testing matrix was updated to include python = [3.9, 3.10, 3.11, 3.12] (:pull:`428`) * nbval sanitization rules were added for date and time stamp (:pull:`428`) -* add tests for pvlib clearsky fiter in analysis chain (:pull:`441`) Documentation -------------