Skip to content

Commit 3622b7c

Browse files
author
Sven Eschlbeck
authored
Update contributing.rst
Adding sentence saying that rare cases might need lead dev attention
1 parent 3a134aa commit 3622b7c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/devel/contributing.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,10 @@ API consistency and stability are of great value. Therefore, API changes
289289
(e.g. signature changes, behavior changes, removals) will only be conducted
290290
if the added benefit is worth the user effort for adapting.
291291

292-
All API changes in Matplotlib have to be performed following the below
293-
deprecation process. This ensures that users are notified before the change
294-
will take effect and thus prevents unexpected breaking of code.
292+
API changes in Matplotlib have to be performed following the deprecation process
293+
below, except in very rare circumstances as deemed necessary by the development team.
294+
This ensures that users are notified before the change will take effect and thus
295+
prevents unexpected breaking of code.
295296

296297
Rules
297298
~~~~~

0 commit comments

Comments
 (0)