From 689b81d22a494dc722dcc124de668b63e166ff9f Mon Sep 17 00:00:00 2001 From: Xen0Xys Date: Tue, 21 May 2024 09:15:04 +0200 Subject: [PATCH] :memo: Update changelog --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bced6bfe..ca3a0593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Support for `astropy.coordinates.SkyCoord` for assigning and reading the `target` property (#80) - Support for `astropy.coordinates.Angle` for reading the `fov` property (#83) -- Support for `regions.LineSkyRegion`, `regions.CircleSkyRegion`, `regions.EllipseSkyRegion`, `regions.PolygonSkyRegion`, `regions.RectangleSkyRegion`, `regions.Regions` in add_overlay (#88) +- Support for `regions.LineSkyRegion`, `regions.CircleSkyRegion`, `regions.EllipseSkyRegion`, `regions.PolygonSkyRegion`, `regions.RectangleSkyRegion`, `regions.Regions` with `add_overlay_from_region` (#88) ### Fixed @@ -31,7 +31,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Change the jslink target trait from `target` to `shared_target` (#80) - Change the jslink fov trait from `fov` to `shared_fov` (#83) - Deprecate the `add_listener` method for a preferred use of `set_listener` method (#82) -- `add_overlay` second argument is now for Aladin Lite graphic options only (#88) - Upgrade Aladin Lite version to 3.4.1-beta (#88) ## [0.3.0]