Skip to content

Commit 58f9fbc

Browse files
committed
Prep for new release
1 parent 562001b commit 58f9fbc

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

1010
## [Unreleased]
1111

12+
### Changed
13+
14+
- HTML links no longer produce footnotes with url; LaTeX puts url in parentheses (core).
15+
16+
### Added
17+
18+
- WeBWorK problems can be authored in bare PG (core).
19+
1220
### Fixed
1321

1422
- Bug preventing braille building to work.
23+
- Bug preventing workspace in HTML worksheets when no special worksheet formatting is requested (core).
24+
- Variety of HTML theme improvements (core).
25+
1526

1627
## [2.25.1] - 2025-08-01
1728

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 = "f78029a26ab131d9114b9235f3b51686d5819eb6"
22+
CORE_COMMIT = "8b25e5f6b8c1b0c8e0a9b2488cdb83cddd6e6ffd"
2323

2424

2525
def activate() -> None:

0 commit comments

Comments
 (0)