Skip to content

Commit

Permalink
Add changelog entry for astropy#550
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbaisch committed Sep 21, 2023
1 parent 58c7030 commit 3e874d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
- Fix ``Observer`` not having longtitude, latitude, and elevation parameters
as class attributes. They are now properties calculated from the ``location``.

- Fix ``block already occupied`` error in ``PriorityScheduler`` by adjusting
the condition for filled slots in ``_get_filled_indices()``. This was primarily
an issue for blocks with ``duration`` <= ``time_resolution``. [#550]

0.8 (2021-01-26)
----------------

Expand Down

0 comments on commit 3e874d2

Please sign in to comment.