Skip to content

Commit b8eb9ba

Browse files
committed
Address feedback
1 parent a1337a4 commit b8eb9ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,24 +139,24 @@ Execution-apis follows [semantic versioning][semver].
139139
Examples 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

0 commit comments

Comments
 (0)