Skip to content

Commit

Permalink
Release v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Jan 27, 2023
1 parent da31f3c commit 9aa5a8f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
4.1.2 (2023-01-27)
==================

New Features
------------

- Able to detect gzip-compressed FITS files even if they don't have the ``.gz`` extension in the filename.
`~sunpy.io.detect_filetype` now looks for the right file signature while checking
for gzipped FITS files. (`#6693 <https://github.com/sunpy/sunpy/pull/6693>`__)


Internal Changes
----------------

- The current version of ``SQLAlchemy`` has been fixed to be <2.0 until we have ensured that the current database module works with it. (`#6694 <https://github.com/sunpy/sunpy/pull/6694>`__)


4.1.1 (2022-12-30)
==================

Expand Down
3 changes: 0 additions & 3 deletions changelog/6693.feature.rest

This file was deleted.

1 change: 0 additions & 1 deletion changelog/6694.trivial.rst

This file was deleted.

0 comments on commit 9aa5a8f

Please sign in to comment.