diff options
| author | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-17 10:42:02 +0200 |
|---|---|---|
| committer | Lukasz Kasprzak <lukas@labunix.xyz> | 2026-08-17 10:42:02 +0200 |
| commit | 4b6a0c1d534505cfbfe6a569893ec795d175129d (patch) | |
| tree | 6d4b5494a88dbc61a14c22bea20ef3786bee404c | |
| parent | dde760c31c6e8cffa84446b0804ab6d6372ccb30 (diff) | |
| download | lectio-4b6a0c1d534505cfbfe6a569893ec795d175129d.tar.gz lectio-4b6a0c1d534505cfbfe6a569893ec795d175129d.zip | |
changelog: 0.46.1
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 57e3af1..2c4ff15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ One line per release. Versions are git tags (`vX.Y.Z`); tagging began at 0.45.0, so earlier history lives only in the git log. +## [0.46.1] - 2026-08-15 +- The Lenten Ember days served Lent I Sunday's Mass: three lectionary sections were keyed `ef-lent-1-{wednesday,friday,saturday}` while the calendar computes `ef-lent-ember-{wed,fri,sat}`, so the lookup missed them and fell through to the preceding-Sunday fallback. Keys corrected (the readings themselves were already right), every remaining section verified reachable, and a test added so a dead lectionary key fails the build instead of silently serving a plausible wrong Mass. Also: `lectio-ef-dump` emits the Epistle and Gospel citations, for colitur's differential. + ## [0.46.0] - 2026-08-14 - EF calendar corrected against the 1962 Missal: seven precedence and temporal defects (RG 96 transfers past II-class days, privileged ferias yielding to feasts, Sunday ranks, both Rose Sundays, Holy Thursday white) plus rank/dedup/class inference in the sanctoral generator, which had shipped 15 III-class feasts as bare commemorations and dropped four entries; gomobile facade for dlectio (PartLabels, Days, observed rank on DayInfo, 1962 part labels as i18n data); new lectio-ef-dump; EF oracle test now asserts rank and colour, not season alone. |
