Skip to content

Commit 1f622b8

Browse files
authored
update core and changelog (#1135)
1 parent 2411e74 commit 1f622b8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ Instructions: Add a subsection under `[Unreleased]` for additions, fixes, change
99

1010
## [Unreleased]
1111

12+
### Added
13+
14+
- Backlinks on solutions and hints to their corresponding tasks in the main text.
15+
16+
### Changed
17+
18+
- LaTeX special characters with MathJax using the textmacros extension.
19+
1220
## [2.38.0] - 2026-04-01
1321

1422
Includes updates to core through commit: [8fa4391](https://github.com/PreTeXtBook/pretext/commit/8fa439172314b489e4b1b835564c08379b5de7bd)

pretext/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
VERSION = get_version("pretext", Path(__file__).parent.parent)
2020

2121

22-
CORE_COMMIT = "8fa439172314b489e4b1b835564c08379b5de7bd"
22+
CORE_COMMIT = "80f77abc530ebb9338b3fdfc8b349fdc2a919d4b"
2323

2424

2525
def activate() -> None:

0 commit comments

Comments
 (0)