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 @@ -200,10 +200,12 @@ Prepare your Patch for Submission
200
200
When your patch is not about a bug fix (when you add a new feature or change
201
201
an existing one for instance), it must also include the following:
202
202
203
- * An explanation of the changes in the relevant CHANGELOG file(s);
203
+ * An explanation of the changes in the relevant CHANGELOG file(s) (the ``[BC
204
+ BREAK] `` or the ``[DEPRECATION] `` prefix must be used when relevant);
204
205
205
206
* An explanation on how to upgrade an existing application in the relevant
206
- UPGRADE file(s) if the changes break backward compatibility.
207
+ UPGRADE file(s) if the changes break backward compatibility or if you
208
+ deprecate something that will ultimately break backward compatibility.
207
209
208
210
Step 3: Submit your Patch
209
211
-------------------------
You can’t perform that action at this time.
0 commit comments