diff options
author | Nadia Dencheva <nadia.astropy@gmail.com> | 2016-12-11 11:45:43 -0500 |
---|---|---|
committer | Nadia Dencheva <nadia.astropy@gmail.com> | 2016-12-11 11:45:43 -0500 |
commit | 1055491ec750387d3593a5200493985200233739 (patch) | |
tree | f44bbe11fe8507d9186ea5e5a0d6de2808a35b66 | |
parent | 9a98109b92eeb3028ee4a9d501f1d0d1bbbba7c0 (diff) | |
download | stwcs_hcf-1055491ec750387d3593a5200493985200233739.tar.gz |
add a changelog entry [skip ci]
-rw-r--r-- | CHANGES.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index a6c6170..6b9da19 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +1.3 (Unreleased) +---------------- + +- updatewcs() now reads all extension immediately after opening a file + to fix a problem after astropy implemented fits lazy loading. [#21] + 1.2.4 (2016-10-27) ------------------ @@ -16,4 +22,4 @@ 1.2.3 (2016-07-13) ------------------ -- Move to github.
\ No newline at end of file +- Move to github. |