From 0a0d9e8df998b4b3a636a91799294eb2d15b7458 Mon Sep 17 00:00:00 2001 From: davemlz Date: Mon, 13 Mar 2023 10:42:51 +0100 Subject: [PATCH] DOCS: Updated changelog --- docs/changelog.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index a0a92a4..f3a1f68 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,21 @@ Changelog ========= +v0.4.0 +------ + +Improvements +~~~~~~~~~~~~ + +- Awesome Spectral Indices list upgraded to v0.4.0. + +New Features +~~~~~~~~~~~~ + +- The :code:`common_name` attribute for the :code:`Band` class was created. +- The :code:`min_wavelength` attribute for the :code:`Band` class was created. +- The :code:`max_wavelength` attribute for the :code:`Band` class was created. + v0.3.0 ------