From 4b4a753d0a3b91104c59c798ee76469a9d7d8e00 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..d5c6ca0b 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.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