File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ multiple Y releases:
37
37
- ** Timeline** : A removal version is explicitly stated in the deprecation
38
38
warning (e.g., "This will be removed in v0.10.0").
39
39
- ** Communication** : Deprecation is noted in the following, as applicable:
40
- - Help strings
41
- - Log output
42
- - API responses
43
- - ` /metrics ` output (for metrics features)
44
- - User-facing documentation
45
- - Release notes
46
- - GitHub Issue (RFC) for feedback
47
- - Documentation and use of the ` @typing_extensions.deprecated ` decorator for Python APIs
40
+ - Help strings
41
+ - Log output
42
+ - API responses
43
+ - ` /metrics ` output (for metrics features)
44
+ - User-facing documentation
45
+ - Release notes
46
+ - GitHub Issue (RFC) for feedback
47
+ - Documentation and use of the ` @typing_extensions.deprecated ` decorator for Python APIs
48
48
49
49
** 2.Deprecated (Off By Default)**
50
50
You can’t perform that action at this time.
0 commit comments