v.25.3Bug Fix (user-visible misbehavior in an official stable release)

Second arguments of type Nullable

Second arguments of type Nullable for function arrayResize are now disallowed. Previously, anything from errors to wrong results could happen with Nullable as second argument. (issue #48398). #77724 (Manish Gill).