diff --git a/CHANGELOG.md b/CHANGELOG.md index 127331a0..caae03a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change ### Added - The `latex-source` attribute, set to anything except "no", on a target with format `pdf` will copy latex source files to output directory. +- Improvements to ePub output format (core). +- Experimental dual static/interactive exercises with Runestone support (core). +- Improvements to `intertext` in display math (core). ## [2.32.0] - 2025-11-23 diff --git a/pretext/__init__.py b/pretext/__init__.py index 9342856b..d0005fc9 100644 --- a/pretext/__init__.py +++ b/pretext/__init__.py @@ -19,7 +19,7 @@ VERSION = get_version("pretext", Path(__file__).parent.parent) -CORE_COMMIT = "e98e2f879c6da2daaf3435bdcff832c3fc05c91b" +CORE_COMMIT = "1c97959297d51749717f9b34ce5da131c960b92d" def activate() -> None: