Skip to content

Commit

Permalink
Update CHANGES.rst
Browse files Browse the repository at this point in the history
added change log for [#271] which changes how the header is read in if there is no data in the primary hdu
  • Loading branch information
crawfordsm committed Jan 13, 2016
1 parent 3fdc78f commit 7c408ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -14,6 +14,9 @@ Other Changes and Additions
- The overscan_axis argument in subtract_overscan can now be set to
None, to let subtract_overscan provide a best guess for the axis. [#263]
- Add support for wildcard and reversed FITS style slicing. [#265]
- When reading a FITS file with CCDData.read, if no data exists in the
primary hdu, the resultant header object is a combination of the
header information in the primary hdu and the first hdu with data. [#271]

Bug Fixes
^^^^^^^^^
Expand Down

0 comments on commit 7c408ef

Please sign in to comment.