diff --git a/CHANGELOG.md b/CHANGELOG.md index eb0714ff..348d85a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change ## [Unreleased] +### Added + +- Better support for portable builds that use worksheets and handouts (they print now). +- Improved print controls: show/hide hints/answers/solutions in print view. +- Improved whitespace in program elements. +- Support shortdescription and description for interactive elements. + + ## [2.33.2] - 2025-12-13 Includes updates to core through commit: [1c97959](https://github.com/PreTeXtBook/pretext/commit/1c97959297d51749717f9b34ce5da131c960b92d) diff --git a/pretext/__init__.py b/pretext/__init__.py index 0261b555..9ff72b84 100644 --- a/pretext/__init__.py +++ b/pretext/__init__.py @@ -19,7 +19,7 @@ VERSION = get_version("pretext", Path(__file__).parent.parent) -CORE_COMMIT = "8712386b55dc0350a20218a430acfc7f5ee1aada" +CORE_COMMIT = "a7a089448b50916f7d114d9459185b049f96ccc8" def activate() -> None: