File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,24 +139,24 @@ Execution-apis follows [semantic versioning][semver].
139139Examples of changes by version type:
140140
141141** Major:**
142- - Adding new RPC methods
142+ - Adding tests for a new RPC method
143143- Changing the parameters or return type of an existing method in an incompatible way
144144- Renaming fields in responses
145145- Changing error codes or error response structures
146146- Removing support for previously accepted input formats
147147- Adding new fields to response objects
148148
149149** Minor:**
150- - Removing an existing RPC method
150+ - Removing tests for an existing RPC method
151151- Adding optional parameters to existing methods
152152- Adding new error codes for previously uncovered edge cases
153153- Introducing new capabilities while maintaining backward compatibility
154+ - Fixing test cases that don't match the spec
154155
155156** Patch:**
156157- Fixing typos or improving clarity in documentation
157158- Correcting examples in the specification
158- - Fixing test cases that don't match the spec
159- - Improving validation rules without changing the API surface
159+ - Improving validation rules without changing the API
160160- Updating internal tooling or build processes
161161
162162
You can’t perform that action at this time.
0 commit comments