Skip to content

Commit 5244a50

Browse files
committed
prep for patch release
1 parent c8b36e1 commit 5244a50

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

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+
### Changed
13+
14+
- Now checking for full list of deprecations from core pretext by default.
15+
16+
### Fixed
17+
18+
- Bug preventing locally authored WeBWorK from activating in Runestone.
19+
1220
## [2.29.0] - 2025-08-26
1321

1422
Includes updates to core through commit: [38f9e6c](https://github.com/PreTeXtBook/pretext/commit/38f9e6c394e64463946ccad634359345c207093e)

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 = "54178e43acf654896c2c599721837d884cd47274"
22+
CORE_COMMIT = "f0766084307211c240d1b54921507c27624cfd35"
2323

2424

2525
def activate() -> None:

0 commit comments

Comments
 (0)