From c6195fceaec4c2cc06da0e228f4d70064abfd26d Mon Sep 17 00:00:00 2001 From: Brandon Rhodes Date: Fri, 24 Jul 2020 00:17:52 -0400 Subject: [PATCH] Add CHANGELOG entry about constellation lines --- CHANGELOG.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3d9ff82..aad5fca 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,10 @@ Changelog 1.25 — 2020 July ? ------------------ +* Added a routine to load Stellarium constellation lines, + which is featured in a new example script in :doc:`example-plots` + that produces a finder chart for comet C/2020 F3 NEOWISE. + * Fixed the ability of :meth:`~skyfield.timelib.Timescale.utc()` to accept a Python ``datetime.date`` object as its argument. `#409 `_