We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2691277 commit f7f155cCopy full SHA for f7f155c
Sources/GRPCProtobuf/Documentation.docc/Articles/API-stability-of-generated-code.md
@@ -64,8 +64,8 @@ The gRPC Swift maintainers may need to evolve the generated code over time. This
64
will be done in a source-compatible way.
65
66
If APIs are no longer suitable then they may be deprecated in favour of new
67
-ones. Existing API will never be removed and deprecated APIs will continue to
68
-function.
+ones. Within a major version of the package existing API won't be removed
+and deprecated APIs will continue to function.
69
70
If the generator introduces new ways to generate code which are incompatible
71
with the previously generated code then they will require explicit opt-in via an
0 commit comments