From b12465de8ad3d66cdbb3e4a045dae36cd346eb85 Mon Sep 17 00:00:00 2001 From: Mike Jarvis Date: Sat, 7 Dec 2024 11:11:50 -0500 Subject: [PATCH] Add to changelog (#1322) --- CHANGELOG.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 71a4ae368d..00e8443c63 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -67,3 +67,8 @@ Changes from 2.6.1 to 2.6.2 if the realized flux is zero. (#1317) - Fixed a bug that could occasionally cause singular matrix exceptions in the new `FittedSIPWCS` solver. (#1319) + +Changes from 2.6.2 to 2.6.3 +--------------------------- + +- Fixed a bug in the object centering when drawing with nx, ny and center. (#1322, #1323)