Skip to content

Commit 18a1309

Browse files
authored
Set CHANGELOG.md for 0.26.0 release (#190)
Until we have some process built around this file, it will become stale easily. For now, let's manually note the user facing changes in 0.26.0.
1 parent 712aa0f commit 18a1309

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
## 0.26.0-dev
1+
## 0.26.0
22

33
### Enhancements
4+
* Switch to a httpx based client instead of requests
5+
* Switch to poetry for dependency management
6+
* Add client side parameter checking via Pydantic or TypedDict interfaces
47

58
### Features
69
* Add `partition_async` for a non blocking alternative to `partition`
710

811
### Fixes
12+
* Address some asyncio based errors in pdf splitting logic

0 commit comments

Comments
 (0)