Add features of #1778 and #1763 to changelog

This commit is contained in:
Christopher Hertel
2026-03-16 21:38:51 +01:00
parent f5ab5445ee
commit 71459ad90a
2 changed files with 6 additions and 0 deletions

View File

@@ -1,6 +1,11 @@
CHANGELOG
=========
0.7
---
* Extend prompt caching support for tool definitions
0.6
---

View File

@@ -10,6 +10,7 @@ CHANGELOG
* Add `CombinedStore` combining vector and text stores with Reciprocal Rank Fusion (RRF)
* [BC BREAK] Add `?EventDispatcherInterface $eventDispatcher` as 3rd constructor parameter of `Retriever` (before `$logger`)
* Add automatic text content preservation in `Vectorizer` metadata
* Add batch processing in `DistanceCalculator` for local vector stores
0.6
---