From 70feae0250997a9867cb7dff7a5d7ab7c864da1b Mon Sep 17 00:00:00 2001 From: Oscar Levin Date: Fri, 29 May 2026 13:16:37 -0600 Subject: [PATCH] update core commit and changelog --- CHANGELOG.md | 11 +++++++++++ pretext/__init__.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84adf92c..4f147aa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pretext/__init__.py b/pretext/__init__.py index 1044b312..5087da7d 100644 --- a/pretext/__init__.py +++ b/pretext/__init__.py @@ -19,7 +19,7 @@ VERSION = get_version("pretext", Path(__file__).parent.parent) -CORE_COMMIT = "79697cb952a34018efb660b4d1c37706081d4799" +CORE_COMMIT = "6a4a9fbe58e2eea2acc748dd1f17091bec3b81c7" def activate() -> None: