diff --git a/CHANGELOG.md b/CHANGELOG.md index e86d4bb7..d59fbf5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,12 @@ -## 0.26.0-dev +## 0.26.0 ### Enhancements +* Switch to a httpx based client instead of requests +* Switch to poetry for dependency management +* Add client side parameter checking via Pydantic or TypedDict interfaces ### Features * Add `partition_async` for a non blocking alternative to `partition` ### Fixes +* Address some asyncio based errors in pdf splitting logic