File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ are by definition considered to be internal as well.
24
24
25
25
When we change some code from public to ` @internal ` in a release, the first
26
26
release that might change that code in a breaking way will be the next major
27
- release after that. This will allow you to change your code accordingly.
27
+ release after that. This will allow you to change your code accordingly. We'll
28
+ also add since which version the code is internal.
28
29
29
30
For example, we might mark some code as ` @internal ` in version 8.7.0. The first
30
31
version that possibly changes this code in a breaking way will then be version
@@ -40,7 +41,8 @@ Code that we plan to remove is marked as `@deprecated`. In the corresponding
40
41
annotation, we also note in which release the code will be removed.
41
42
42
43
When we mark some code as ` @deprecated ` in a release, we'll usually remove it in
43
- the next major release.
44
+ the next major release. We'll also add since which version the code is
45
+ deprecated.
44
46
45
47
For example, when we mark some code as ` @deprecated ` in version 8.7.0, we'll
46
48
remove it in version 9.0.0 (or sometimes a later major release).
You can’t perform that action at this time.
0 commit comments