Skip to content

Commit b7559e5

Browse files
committed
chore: add 3.4.7 release notes to CHANGELOG
1 parent 478fd20 commit b7559e5

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## [3.4.7] - June 16, 2026
4+
5+
- feat(cli): add `word to-html`, `word from-html`, and `excel to-html` commands (#338)
6+
- fix(powerpoint): support ISO/IEC 29500 Strict OOXML presentations — translate Strict namespace URIs lazily via `XmlReader` wrapper in `GetXDocument()` (#339)
7+
- fix(powerpoint): translate `<a:graphicData uri=…>` content-type URIs and fix source `XDocument` mutation in `CopyPresentationParts` (#340)
8+
- refactor: modernize `as` + null-check to `is not` pattern matching in `WmlToHtmlConverter` and `WmlToXml` (#336)
9+
- chore(deps): update TUnit 1.49.0 → 1.54.0 (#337)
10+
311
## [3.4.6] - June 10, 2026
412

513
- feat(cli): add `word verify` and `excel verify` commands (#329)

0 commit comments

Comments
 (0)