diff --git a/CHANGELOG.md b/CHANGELOG.md index 8358b70..8701db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ * Dropped support for Python 3.9. +### 🚀 New + +* [#50](https://github.com/sdss/archon/pull/50) Added `last_exposure_no` to the output of the `status` command. + ### ⚙️ Engineering * Lint and format using `ruff`.