diff --git a/CHANGELOG.md b/CHANGELOG.md index b07f2e7f..7bbb3b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change ## [Unreleased] +### Added + +- Design-width publication variable for interactives for improved sizing. +- Improvements to sidebyside images in slideshows. + +### Fixed + +- Improvements to printouts: hide image descriptions and order tasks correctly. + + ## [2.36.0] - 2026-01-14 Includes updates to core through commit: [3b7177a](https://github.com/PreTeXtBook/pretext/commit/3b7177a830a26fbb7595a2edeaf09478ca71ac93) diff --git a/pretext/__init__.py b/pretext/__init__.py index 511028dd..fd9e307e 100644 --- a/pretext/__init__.py +++ b/pretext/__init__.py @@ -19,7 +19,7 @@ VERSION = get_version("pretext", Path(__file__).parent.parent) -CORE_COMMIT = "3b7177a830a26fbb7595a2edeaf09478ca71ac93" +CORE_COMMIT = "03e9352d844671f32ff5dcc4d1074814e145844d" def activate() -> None: