Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pretext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
VERSION = get_version("pretext", Path(__file__).parent.parent)


CORE_COMMIT = "6a4a9fbe58e2eea2acc748dd1f17091bec3b81c7"
CORE_COMMIT = "f96a117fce6e23c5af6df4038cad6ce87aec3ef9"


def activate() -> None:
Expand Down
Loading