From 731853ec5d929eaf4ac575474ca6f81d139c2851 Mon Sep 17 00:00:00 2001 From: Viljar Femoen Date: Fri, 19 Apr 2024 16:13:06 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b7ca06e5f..38d4c0ccd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -19,6 +19,7 @@ Fixed - Fixed bug with flattening diffraction Vectors when there are different scales (#1024) - Fixed intersphinx links and improved api documentation (#1056) - Fix an off-by-one error in the :meth:`pyxem.signals.Diffraction2D.get_azimuthal_integral2d` (#1058) +- Fix handling of azimuthal range in :meth:`pyxem.signals.Diffraction2D.get_azimuthal_integral2d` (#1060) Added -----