summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e38faf9..63ba241 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
Terse, newest first. Versions are git tags.
+## 0.1.3 — unreleased
+
+### Fixed
+- Chart axis labels no longer repeat on a narrow range. A 1.2 degree span
+ rounded to whole degrees put "15" against two different rows, so the axis
+ said they were the same temperature. Below a 2 degree span the labels carry
+ one decimal, falling back to whole degrees where a decimal would not fit the
+ gutter.
+
## 0.1.2 — 2026-08-25
### Changed