add changelog
Publish / release (push) Successful in 25s

This commit is contained in:
2026-06-23 22:51:28 -04:00
parent 25486b5c8f
commit 3bef5ea660
2 changed files with 53 additions and 0 deletions
+8
View File
@@ -62,3 +62,11 @@ with `curl` when fields change; never hand-edit `testdata/` payloads.
- `alt_baro` may be the string `"ground"` instead of a number → `readsb.AltBaro`.
- readsb timestamps are fractional-second Unix floats → `readsb.UnixTime`.
- `outline.json` points are `[lat, lon, altFeet]` tuples → `readsb.RangePoint`.
## Changelog
`CHANGELOG.md` follows [Keep a Changelog](https://keepachangelog.com/) and
SemVer. Record every user-facing change under `## [Unreleased]` as part of the
change itself — don't defer it to release time. When tagging a release, rename
`[Unreleased]` to the new version with the date and add a fresh empty
`[Unreleased]` section plus its compare link at the bottom.