From 1846d682f7311a9107d4a41a83c2e04be795ecdd Mon Sep 17 00:00:00 2001 From: Philip Abbey Date: Sun, 25 Aug 2024 19:39:27 +0100 Subject: [PATCH] Update HISTORY.md v2.18 text line amended. --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 8d9a77c..30cff67 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -30,4 +30,4 @@ | 2.15 | Better support for templates by isolating erroneous returns and marking the menu item. | | 2.16 | Bug fix for lack of phone connection when starting the application. Includes new activity reporting features from [KPWhiver](https://github.com/KPWhiver) covering steps, heart rate, floors climbed and descended, and respiration rate. | | 2.17 | Bug fix for reporting activity metrics that are not found on some devices. | -| 2.18 | A template to evaluate is now optionally allowed on a group menu item. Only toggle items cannot include a template at this time. | +| 2.18 | A template to evaluate is now optionally allowed on both `group` and `toggle` menu items. The template to evaluate is non-optional on a `template` menu item. |