summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 19442a1..dd78279 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -3,6 +3,8 @@
- The ``clobber`` parameter in `Headerlet.tofile()`` was replaced with
``overwrite``. [#24]
+- Fixed a python compatibility bug. [#30]
+-
1.2.5 (2016-12-20)
----------------
@@ -10,9 +12,11 @@
- updatewcs() now reads all extension immediately after opening a file
to fix a problem after astropy implemented fits lazy loading. [#21]
-- Fixed a bug in updating the D2IM correction in a science file when the
+- 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)
------------------