Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -426,8 +426,9 @@ |
427 | 427 | * sinumberingroup correctly gives size of 'user' group, and omits size of |
428 | 428 | implicit groups rather than showing 0. |
429 | 429 | * (bug 25248) API: paraminfo errors with certain modules |
430 | | -* (bug 25303) API: integer parameter validation does not actually validate, |
431 | | - only warn (breaking change!) |
| 430 | +* (bug 25303) Fix API parameter integer validation to actually enforce validation |
| 431 | + on the input values in addition to giving a warning. Also add flag to enforce (die) |
| 432 | + if integer out of range (breaking change!) |
432 | 433 | |
433 | 434 | === Languages updated in 1.17 === |
434 | 435 | |