You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
### Revision History
2
2
3
+
#### 4.96.0 (Unreleased)
4
+
3
5
#### 4.95.0 - 2026-02-28
4
6
***BUG FIX**: `ArrayUtilities.setPrimitiveElement(char[], ...)` now throws `IllegalArgumentException` for incompatible non-char inputs instead of silently coercing values to `'\0'`.
5
7
***BUG FIX**: `ArrayUtilities` type-mismatch errors from `setElement(...)` / `setPrimitiveElement(...)` now report stable `IllegalArgumentException` messages without invoking arbitrary `element.toString()` during error construction.
0 commit comments