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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,21 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change

## [Unreleased]

### Added

- Preliminary support for tracking student success in an LMS using SCORM builds.
- Bare `md` elements (without `mrow`) can now have `@tag` attributes.
- Xi:include can now be used for publication files.

### Changed

- WeBWorK representations now use individual files for each problem. Added checking for these files as they are needed in the build process.

### Fixed

- Improvements to HTML worksheet/handouts styling and printability.
- Improvements to knowls when lots of math is present on page.

## [2.39.0] - 2026-05-10

Includes updates to core through commit: [b169423](https://github.com/PreTeXtBook/pretext/commit/b16942370f7710784c73c28349c62d4f368b3825)
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 = "79697cb952a34018efb660b4d1c37706081d4799"
CORE_COMMIT = "6a4a9fbe58e2eea2acc748dd1f17091bec3b81c7"


def activate() -> None:
Expand Down
Loading