Skip to content

Commit 39625cd

Browse files
committed
prep patch release
1 parent 387e3bf commit 39625cd

3 files changed

Lines changed: 12 additions & 64 deletions

File tree

CHANGELOG.md

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

1010
## [Unreleased]
1111

12+
### Fixed
13+
14+
- Bug causing poor math output inside a sidebyside/stack.
15+
1216
## [2.28.0] - 2025-08-16
1317

1418
Includes updates to core through commit: [bec45fb](https://github.com/PreTeXtBook/pretext/commit/bec45fb595aa6d758e50e7e9eb7185405ada9f0d)

poetry.lock

Lines changed: 7 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 = "bec45fb595aa6d758e50e7e9eb7185405ada9f0d"
22+
CORE_COMMIT = "5fd31dbe840afff119b45bffdaf0921bd7afb1ae"
2323

2424

2525
def activate() -> None:

0 commit comments

Comments
 (0)