diff options
author | Nadia Dencheva <nadia.astropy@gmail.com> | 2017-04-27 16:55:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-27 16:55:11 -0400 |
commit | 461677fe818aaa14f46f21ef933fef2fa03c82e6 (patch) | |
tree | 4912b26affb0269b11a447ec1ec81a51e70e8e16 | |
parent | c956b066bd3f9e60491a8258a14c2028f713d23b (diff) | |
parent | 33c4c7d4d9683335af485c90b7f7f62f7b912e5d (diff) | |
download | stwcs_hcf-461677fe818aaa14f46f21ef933fef2fa03c82e6.tar.gz |
Merge pull request #32 from nden/fix-changelog
fix log [skip ci]
-rw-r--r-- | CHANGES.rst | 11 |
1 files 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) ------------------ |