Add stability note to tagged filterer

This commit is contained in:
Félix Saparelli 2021-12-17 23:19:16 +13:00
parent d6b5dd5ae0
commit debded9c0e
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ pub mod swaplock;
/// A filterer implementation that exposes the full capabilities of Watchexec.
///
/// **Note:** This filterer is experimental, and behaviour may change without semver notice. However,
/// types and its API are held to semver. This notice will eventually be removed when it stabilises.
///
/// Filters match against [event tags][Tag]; can be exact matches, glob matches, regex matches, or
/// set matches; can reverse the match (equal/not equal, etc); and can be negated.
///