Skip to content

Commit

Permalink
Move new changelog item into proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-rhodes committed Apr 25, 2023
1 parent bdb6b4f commit 19990f3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sgp4/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,12 @@
Changelog
---------
2023-?-? — 2.22
* Added ``satnum_str`` attribute, exposing the fact that the C++ now
stores the satellite number as a string; and check that ``satnum`` is
never greater than 339999.
2022-04-06 — 2.21
* Added ``dump_satrec()`` to the ``sgp4.conveniences`` module.
Expand Down Expand Up @@ -631,7 +637,6 @@
``sgp4init()`` method can’t set them with full floating point
precision.
| 2023-?-? — 2.18 — Added ``satnum_str`` attribute, exposing the fact that the C++ now stores the satellite number as a string; and check that ``satnum`` is never greater than 339999.
| 2021-02-17 — 2.17 — Fixed where in the output array the ``sgp4_array()`` method writes NaN values when an SGP4 propagation fails.
| 2021-02-12 — 2.16 — Fixed ``days2mdhms()`` rounding to always match TLE epoch.
| 2021-01-08 — 2.15 — Fixed parsing of the ``satnum`` TLE field in the Python fallback code, when the field has a leading space; added OMM export routine.
Expand Down

0 comments on commit 19990f3

Please sign in to comment.