From 9b76f847109a1a2a11537c09f116e5732015ec60 Mon Sep 17 00:00:00 2001 From: Ronan Arraes Jardim Chagas Date: Mon, 3 Jul 2023 22:01:42 -0300 Subject: [PATCH] :books: Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c5afd..de3a492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ SatelliteToolboxBase.jl Changelog ================================= +Version 0.2.4 +------------- + +- ![Feature][badge-feature] We added an interface to Julia iterators for all orbit + representations. +- ![Feature][badge-feature] We added the constant `EARTH_ORBIT_MEAN_MOTION`. + Version 0.2.3 -------------