Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/release-content/migration-guides/log-diagnostics-hash-set.md
6592 views
---
title: Change filters container of `LogDiagnosticsState` to `HashSet` authors: ["@hukasu"] pull_requests: [19323]
---

LogDiagnosticsState's filter container and the argument of LogDiagnosticPlugin::filtered is now a HashSet rather than a Vec.