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

- Backlinks on solutions and hints to their corresponding tasks in the main text.

### Changed

- LaTeX special characters with MathJax using the textmacros extension.

## [2.38.0] - 2026-04-01

Includes updates to core through commit: [8fa4391](https://github.com/PreTeXtBook/pretext/commit/8fa439172314b489e4b1b835564c08379b5de7bd)
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 = "8fa439172314b489e4b1b835564c08379b5de7bd"
CORE_COMMIT = "80f77abc530ebb9338b3fdfc8b349fdc2a919d4b"


def activate() -> None:
Expand Down
Loading