feat: add unique=False to vgroups filter

This commit is contained in:
relikd
2022-12-21 20:12:13 +01:00
parent 05b9fbf20a
commit b603fb9dd2
2 changed files with 15 additions and 3 deletions

View File

@@ -7,6 +7,9 @@ and this project does adhere to [Semantic Versioning](https://semver.org/spec/v2
## [Unreleased]
### Added
- Support `unique=False` in `vgroups` filter to return a list of all entries (including duplicates)
### Fixed
- No duplicate `GroupBySource` entries in `vgroups` filter (while keeping sort order)