Skip to content

Commit

Permalink
Adding a new argument with a default value should be acceptable.
Browse files Browse the repository at this point in the history
Generally adding arguments with defaults is backwards compatible.
  • Loading branch information
markstory committed Jun 9, 2014
1 parent 1874f5b commit 8691496
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/contributing/backwards-compatibility.rst
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ In a minor release you can:
+-------------------------------+--------------------------+
| Change method name | Yes [2]_ |
+-------------------------------+--------------------------+
| Add required argument | No |
+-------------------------------+--------------------------+
| Add argument with | No |
| Add argument with | Yes |
| default value | |
+-------------------------------+--------------------------+
| Add required argument | No |
+-------------------------------+--------------------------+


.. [1] Your code *may* be broken by minor releases. Check the migration guide
Expand Down

0 comments on commit 8691496

Please sign in to comment.