Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dilithjay committed Nov 22, 2024
1 parent 8a0a9e6 commit a92618d
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,22 @@
## [0.1.3] - 2024-11-12

### Added
* `AUTO` parse mode
- `AUTO` parse mode

### Changed
* Switch from multithreading to multiprocessing
- Switch from multithreading to multiprocessing

### Fixed

## [0.1.4] - 2024-11-22

### Added
- Support for structured parsing of HTML pages
- Support for recursive URL parsing in websites and PDFs

### Changed
- URL extraction regex

### Fixed
- Bug in document appending logic
- Bug caused by split pdfs being in same dir as source pdf

0 comments on commit a92618d

Please sign in to comment.