Skip to content

Commit 8782775

Browse files
authored
document changes (#1019)
1 parent c26fc1a commit 8782775

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

1010
## [Unreleased]
1111

12+
### Added
13+
14+
- Print preview for worksheets now has option to highlight workspace and compare the rendered workspace to the authored height.
15+
- WeBWorK exercises can be generated using a local copy of PG (with the proper setup).
16+
1217
### Changed
1318

1419
- Generating dynamic substitutions now uses node instead of playwright. Node 22.10 or greater is required.

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 = "75e5bb36da237e2ddb11bec9454c8981c0d4897c"
22+
CORE_COMMIT = "1800a65ef1c0107e4bc85e1b1b2bc8ac5724005f"
2323

2424

2525
def activate() -> None:

0 commit comments

Comments
 (0)