diff --git a/CHANGELOG.md b/CHANGELOG.md index 441a774c2e..31420ba829 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -## 0.14.11-dev3 +## 0.14.11-dev4 ### Enhancements +* **Bump unstructured.paddleocr to 2.8.0.** * **Refine HTML parser to accommodate block element nested in phrasing.** HTML parser no longer raises on a block element (e.g. `

`, `

`) nested inside a phrasing element (e.g. `` or ``). Instead it breaks the phrasing run (and therefore element) at the block-item start and begins a new phrasing run after the block-item. This is consistent with how the browser determines element boundaries in this situation. ### Features diff --git a/unstructured/__version__.py b/unstructured/__version__.py index 8fe9cde906..4e6562d61c 100644 --- a/unstructured/__version__.py +++ b/unstructured/__version__.py @@ -1 +1 @@ -__version__ = "0.14.11-dev3" # pragma: no cover +__version__ = "0.14.11-dev4" # pragma: no cover