diff --git a/documentation/docfx/releases/4.147.0-unreleased.md b/documentation/docfx/releases/4.147.0-unreleased.md index d69d0728b4b..67a1815bc67 100644 --- a/documentation/docfx/releases/4.147.0-unreleased.md +++ b/documentation/docfx/releases/4.147.0-unreleased.md @@ -3,18 +3,21 @@ AI uses this data to generate the polished release notes below. Re-run the script to refresh this data from git history. - Generated: 2026-05-24T18:58:07Z by generate-release-notes.py + Generated: 2026-05-24T21:32:44Z by generate-release-notes.py version: 4.147.0 status: unreleased branch: main diff: release/4.147.0-preview.3..main - prs: 2 + prs: 5 + - [Security] Add Component Governance alert integration to security-audit skill by @mattleibow in https://github.com/mono/SkiaSharp/pull/4058 (30 commits, 2 days) + - Fix release notes workflow to always checkout main by @mattleibow in https://github.com/mono/SkiaSharp/pull/4059 (2 commits, 1 day) + - [docs] Update release notes for 4.147.0 (preview.3) by @mattleibow in https://github.com/mono/SkiaSharp/pull/4057 (3 commits, 1 day) - Update harfbuzz to 14.2.0 by @mattleibow in https://github.com/mono/SkiaSharp/pull/4035 (1 commit, 1 day) (skia: mono/skia#241) - Document ADO pipeline chain tracking in release skills by @mattleibow in https://github.com/mono/SkiaSharp/pull/4050 (9 commits, 2 days) --> - + # Version 4.147.0 @@ -22,7 +25,7 @@ ## Highlights -This release updates the HarfBuzz text shaping engine to 14.2.0, bringing the latest upstream improvements to text layout and shaping. +This release updates the HarfBuzz text-shaping engine to version 14.2.0, bringing the latest upstream improvements to text layout across all platforms. ## Breaking Changes @@ -32,4 +35,6 @@ This release updates the HarfBuzz text shaping engine to 14.2.0, bringing the la ### Text & Fonts -- **HarfBuzz updated to 14.2.0** — Upgrades the bundled HarfBuzz library to version 14.2.0, picking up the latest text shaping bug fixes and improvements from upstream. ([#4035](https://github.com/mono/SkiaSharp/pull/4035)) +- **HarfBuzz 14.2.0** — Updates the bundled HarfBuzz library from the previous version to 14.2.0, picking up upstream bug fixes and shaping improvements. ([#4035](https://github.com/mono/SkiaSharp/pull/4035)) + +Plus several CI and documentation improvements.