Skip to content

Commit

Permalink
chore: update changelog & version
Browse files Browse the repository at this point in the history
  • Loading branch information
christinestraub committed Jul 9, 2024
1 parent 959722b commit a1384cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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. `<p>`, `<div>`) nested inside a phrasing element (e.g. `<strong>` or `<cite>`). 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
Expand Down
2 changes: 1 addition & 1 deletion unstructured/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.14.11-dev3" # pragma: no cover
__version__ = "0.14.11-dev4" # pragma: no cover

0 comments on commit a1384cd

Please sign in to comment.