mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* fix: `Pipeline.run` correctly returns all outputs when the `include_outputs_from` parameter is used * Add release note
5 lines
139 B
YAML
5 lines
139 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The `include_outputs_from` parameter in `Pipeline.run` correctly returns outputs of components with multiple outputs.
|