From 33c4c7d4d9683335af485c90b7f7f62f7b912e5d Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Tue, 25 Apr 2017 08:43:51 -0400 Subject: fix log [skip ci] --- CHANGES.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index dd78279..7c96254 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,13 @@ -1.3 (Unreleased) ----------------- +1.3.1 (Unreleased) +------------------ - The ``clobber`` parameter in `Headerlet.tofile()`` was replaced with ``overwrite``. [#24] + - Fixed a python compatibility bug. [#30] -- + +- Warning messages from astropy.wcs are filtered out when they are not relevant. [#31] + 1.2.5 (2016-12-20) ---------------- @@ -15,8 +18,6 @@ - Fixed a bug in updating the D2IM correction in a science file when the a new distortion file was supplied through D2IMFILE keyword. [#22] -- Warning messages from astropy.wcs are filtered out when they are not relevant. [#31] - 1.2.4 (2016-10-27) ------------------ -- cgit