Add CHANGELOG entry about constellation lines

This commit is contained in:
Brandon Rhodes 2020-07-24 00:17:52 -04:00
parent df8f5479ca
commit c6195fceae
1 changed files with 4 additions and 0 deletions

View File

@ -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 <https://github.com/skyfielders/python-skyfield/issues/409>`_