summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-list-concat-unique-function-5a87130d9c93cb08.yaml
blob: 3430d830666e346a2f4578f5d22195d9c9a8865c (plain)
1
2
3
4
5
---
features:
  - The list_concat_unique function was added, which behaves identically
    to the function ``list_concat`` to concat several lists using
    python's extend function and make sure without repeating items.