From f64cb24c6b797852ef39237340c63e8da1c43b48 Mon Sep 17 00:00:00 2001 From: Jean-Luc Makiola Date: Sat, 12 Sep 2026 16:17:09 +0200 Subject: [PATCH] docs(changelog): note the French agenda-range crash fix --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index caa2df4..cb7597c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Fixed +- **A custom agenda range crashed the app in French.** Choosing a custom range + for the agenda — or simply typing a number into that field — closed the app on + any phone set to French. The French translation of the "%d days" label was + missing the wording French uses for counts of two and above, and Android has + nothing to fall back on when that particular form is absent, so every value + except one day was affected ([#297], [#298]). + ## [2.20.2] — 2026-09-12 ### Fixed