Closed asb closed 2 years ago
Previously, any class filter given to traverse wouldn't be respected for the source node (returned if include_source=True). This patch addresses this.
traverse
include_source=True
This is considered a bug fix as opposed to a breaking change because:
@asb, a pro work, thank you :)
Previously, any class filter given to
traverse
wouldn't be respected for the source node (returned ifinclude_source=True
). This patch addresses this.This is considered a bug fix as opposed to a breaking change because: