diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d4b128c..959b5227 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change ## [Unreleased] +### Added + +- Doenet exercises now work with Scorm builds. + +### Fixed + +- Scorm grade recording and restoration actually works now. + ## [2.40.2] - 2026-05-31 Includes updates to core through commit: [6a4a9fb](https://github.com/PreTeXtBook/pretext/commit/6a4a9fbe58e2eea2acc748dd1f17091bec3b81c7) diff --git a/pretext/__init__.py b/pretext/__init__.py index 5087da7d..1be6f8a0 100644 --- a/pretext/__init__.py +++ b/pretext/__init__.py @@ -19,7 +19,7 @@ VERSION = get_version("pretext", Path(__file__).parent.parent) -CORE_COMMIT = "6a4a9fbe58e2eea2acc748dd1f17091bec3b81c7" +CORE_COMMIT = "f96a117fce6e23c5af6df4038cad6ce87aec3ef9" def activate() -> None: