Commit cc056aa
committed
Make addressing deprecations acceptable in a patch release
Addressing a deprecation is not a bugfix, it does not make the software
more stable. Deprecations are annoying though, and unless we switch to
using the ~ operator instead of the ^ operator for our dependencies, we
might get new ones out of the blue.
I propose to explicitly allow PRs that address deprecations in patch
releases, so that users do not have to wait until the next minor to have
fewer deprecations.1 parent 51c75ce commit cc056aa
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| |||
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
128 | 135 | | |
129 | 136 | | |
130 | 137 | | |
| |||
0 commit comments