Commit 7a746b2
handles empty args in backwards compatible functions (#6711)
* safely handles trailing args for backwards compatibility
* adds test
* adds news item
* Revert "safely handles trailing args for backwards compatibility"
This reverts commit 6388981.
* allows empty args
---------
Co-authored-by: Teun van den Brand <49372158+teunbrand@users.noreply.github.com>1 parent da08478 commit 7a746b2
3 files changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
| 289 | + | |
289 | 290 | | |
290 | 291 | | |
291 | 292 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
0 commit comments