File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,18 @@ body:
3636 description : >
3737 A breaking change can be, but is not limited to:
3838
39+
3940 * A method is removed from an class/interface
40- * A method's signature is changed (including the number of parameters, the types of those parmaeters, and
41+
42+ * A method's signature is changed (including the number of parameters, the types of those parameters, and
4143 the return type of a method) instead of adding an overload (note that changing a return type from `void` to
4244 something else, such as `boolean` is still a breaking change).
45+
4346 * A class/interface is removed or renamed, or is converted between a class and an interface
47+
4448 * The inheritance tree is modified (other than simply being added to)
4549
50+
4651 If you are unsure, select "I don't know". **Breaking changes can only target unreleased major versions.**
4752 options :
4853 - " Yes"
You can’t perform that action at this time.
0 commit comments