From aa75cb8f0b8c8e599f7e12bdb1ac8aedc9681bd7 Mon Sep 17 00:00:00 2001 From: Xen0Xys Date: Thu, 1 Aug 2024 15:31:58 +0200 Subject: [PATCH] :memo: Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ec4250..aa2ef3ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New way to make a selection on the view with `selection` method (#100) - Add selected sources export as `astropy.Table` list with property `selected_objects` (#100) - Add function `get_view_as_fits` to export the view as a `astropy.io.fits.HDUList` (#86) +- Add function `export_view_as_image` to save the view as an image file (#108) ### Deprecated