Skip to content

Commit e9579c4

Browse files
committed
important warning is for 0.6.x only
1 parent 513e26e commit e9579c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

code_and_explain/filters.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Filters can choose to be called at two different stages of the pipeline by chang
4343
The possible values are : `FilterStage.PreTranspose` and `FilterStage.PostTranspose` \
4444
(before or after the transformation from tablet to screen coordinates).
4545

46-
```{admonition} Do not block non-handled input types
46+
```{admonition} Do not block non-handled input types (0.6.x Only)
4747
:class: danger
4848
Plugins such as Filters should emit non-handled report types in `Consume()`.
4949
Failing in doing so may result in those reports being discarded.

code_and_explain/interpolators.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public class MyInterp : AsyncPositionedPipelineElement<IDeviceReport>
7171

7272
The `UpdateState` in called on every tablet reports, while `Interpolate` is called at the frequency defined by the user, represented by the `Frequency` property.
7373

74-
```{admonition} Do not block non-handled input types
74+
```{admonition} Do not block non-handled input types (0.6.x Only)
7575
:class: danger
7676
Plugins such as Interpolators should emit non-handled report types in `ConsumeState()`.
7777
Failing in doing so may result in those reports being discarded.

0 commit comments

Comments
 (0)