summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNadia Dencheva <nadia.astropy@gmail.com>2016-10-27 17:35:03 -0400
committerGitHub <noreply@github.com>2016-10-27 17:35:03 -0400
commit9fa6e818cc2f93ee65b4f979368e9db9eb8134b5 (patch)
tree2dad9014d32923151d798cde9339319b7cf82eea /CHANGES.rst
parente0f4920944a7021bd7a0545e4d0bf17b310c8cc4 (diff)
parentaecff03ba031b24f1a59cb9f7cb04345c0ff29fb (diff)
downloadstwcs_hcf-1.2.4.tar.gz
Merge pull request #19 from nden/add-readme1.2.4
add readme and changes
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
new file mode 100644
index 0000000..a6c6170
--- /dev/null
+++ b/CHANGES.rst
@@ -0,0 +1,19 @@
+1.2.4 (2016-10-27)
+------------------
+
+- Fix a bug in removing LookupTable distortion. [#3]
+
+- Fix a ``KeyError`` crash in applying headerlets. [#9]
+
+- Catch ``KeyError`` when deleting header keywords. [#13]
+
+- Fix for ``REFFRAME = OTHER``. [#14]
+
+- In cases when the warning is expected, catch INFO messages
+ coming from `astropy.wcs`. [#16]
+
+
+1.2.3 (2016-07-13)
+------------------
+
+- Move to github. \ No newline at end of file