From cce73cdd8f8cc898ad1d6c3e94c59e48a7ab9d73 Mon Sep 17 00:00:00 2001 From: Martin Ueding Date: Sat, 3 Feb 2024 16:11:14 +0100 Subject: [PATCH] Give it a version --- docs/reference/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index a325c26..cd147d7 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -6,7 +6,7 @@ This is the log of high-level changes that I have done in the various versions. This is the pre-release series. Things haven't settled yet, so each minor version might introduce breaking changes. -### Next +### Version 0.19 - Fix confusion about the internal data type for distance. Most of the time it was in meter, but the display was always in kilometer. In order to make it more clear now, the internal data now only contains the field `distance_km` and everything is represented as kilometer internally now. [GH-88](https://github.com/martin-ueding/geo-activity-playground/issues/88) - Add more tooltip information in the plot on the landing page.