From bc38d82f37c7c545853f3c3f11b09049a4800c3a Mon Sep 17 00:00:00 2001 From: Oscar Levin Date: Wed, 14 Jan 2026 08:39:56 -0700 Subject: [PATCH] update core and changelog --- CHANGELOG.md | 5 +++++ pretext/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a4044e6..212c80da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,11 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change ## [Unreleased] +### Added + +- Support for headers and footers in worksheets and handouts. +- Improved punctuation for LaTeX "cases" environment. + ## [2.35.0] - 2026-01-08 Includes updates to core through commit: [d95a31b](https://github.com/PreTeXtBook/pretext/commit/d95a31b8ed95f8152b8fe66ddf8754f62ad65e24) diff --git a/pretext/__init__.py b/pretext/__init__.py index 032ea12b..511028dd 100644 --- a/pretext/__init__.py +++ b/pretext/__init__.py @@ -19,7 +19,7 @@ VERSION = get_version("pretext", Path(__file__).parent.parent) -CORE_COMMIT = "ee1a38ac87338458c84a5a662c5bbbf57b4b1ede" +CORE_COMMIT = "3b7177a830a26fbb7595a2edeaf09478ca71ac93" def activate() -> None: