From e9ae30b729dab536c62b46460f653255fa38ef3c Mon Sep 17 00:00:00 2001 From: Xen0Xys Date: Thu, 18 Apr 2024 10:26:54 +0000 Subject: [PATCH] :memo: Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75af8932..186b247b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Fixed** for any bug fixes. - **Security** in case of vulnerabilities. +## [Unreleased] + +### Added + +- Support for `astropy.coordinates.SkyCoord` for the `target` property (#80) + +### Fixed + +- Fix asynchronous update for the `target` property (#80) + +### Changed + +- Change the jslink target trait from `target` to `shared_target` (#80) + ## [0.3.0] ### Changed