From 7b5ad1c2050442200d735606991ff478e15aabd7 Mon Sep 17 00:00:00 2001 From: Punch Date: Thu, 4 Jun 2026 01:26:00 +0000 Subject: [PATCH] Add step-251 changelog: grammar fix --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c45d5..be72252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to Forge are recorded here. Format: newest entries first. +## 2026-06-04 (step 251) + +### Fixed +- **`An easy-difficulty` grammar** (PR #309, `specs/generator.py` + 24 spec files): all easy-tier spec descriptions used "A easy-difficulty" — corrected to "An easy-difficulty" using a vowel check in `generator.py`. Fixed in 15 round specs (round_001/002/003), 8 catalog specs, and the generator template. + --- ## 2026-06-04 (step 250)