Skip to content

Commit 302585f

Browse files
kostubclaude
andcommitted
Changelog for v2.3.1
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 2685b60 commit 302585f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### v2.3.1 (2026-06-07)
4+
* Fix SPM consumer build: public headers in `render/` used bare `#import` of siblings in `lib/`, which only resolved via target-internal header search paths and failed when downstream packages built the `iosMath` Clang module. Qualify the cross-directory imports so the module builds in consumer projects (#215).
5+
* Lower deployment targets from iOS 18+ / macOS 15+ back down to **iOS 13+ / macOS 10.15+**. The earlier raise was a toolchain-cleanup pass, not driven by any actual API requirement (#214).
6+
37
### v2.3.0 (2026-05-31)
48
* **Breaking:** Removed `latinModernFontWithSize:`, `xitsFontWithSize:`, and `termesFontWithSize:` from `MTFontManager`. Use `fontWithName:size:` with the new `MTFontName*` constants instead (`defaultFont` is unchanged — Latin Modern Math at 20pt).
59
* Add five new OpenType MATH fonts: New Computer Modern Math, TeX Gyre Pagella Math, STIX Two Math, Fira Math, and Noto Sans Math; update XITS Math to v1.302.

0 commit comments

Comments
 (0)